document.write("

[切换城市]
长沙
首页新房二手房租房经纪人新闻中心论坛分类信息综合搜索
二手房二手房二手房首页 | 出售信息 | 求购信息 | 网络店铺 | 个人发布出售信息 | 购房计算器
[高级搜索] [免费发布]
"); function cherkAcreagePrice(text){ var objlist = document.getElementById('ddlDetails'); for(var i =objlist.options.length-1;i>=0;i--) { objlist.remove(i); } if(text=='面积') { var newOption = document.createElement('OPTION'); newOption.text='面积不限'; newOption.value='面积不限'; objlist.options.add(newOption); var newOption = document.createElement('OPTION'); newOption.text='40m2以内'; newOption.value='40m2以内'; objlist.options.add(newOption); var newOption = document.createElement('OPTION'); newOption.text='40-60m2'; newOption.value='40-60m2'; objlist.options.add(newOption); var newOption = document.createElement('OPTION'); newOption.text='60-80m2'; newOption.value='60-80m2'; objlist.options.add(newOption); var newOption = document.createElement('OPTION'); newOption.text='80-100m2'; newOption.value='80-100m2'; objlist.options.add(newOption); var newOption = document.createElement('OPTION'); newOption.text='100-150m2'; newOption.value='100-150m2'; objlist.options.add(newOption); var newOption = document.createElement('OPTION'); newOption.text='150m2以上'; newOption.value='150m2以上'; objlist.options.add(newOption); } else { var newOption = document.createElement('OPTION'); newOption.text='价格不限'; newOption.value='价格不限'; objlist.options.add(newOption); var newOption = document.createElement('OPTION'); newOption.text='40万以下'; newOption.value='40万以下'; objlist.options.add(newOption); var newOption = document.createElement('OPTION'); newOption.text='40-80万'; newOption.value='40-80万'; objlist.options.add(newOption); var newOption = document.createElement('OPTION'); newOption.text='80-120万'; newOption.value='80-120万'; objlist.options.add(newOption); var newOption = document.createElement('OPTION'); newOption.text='120-160万'; newOption.value='120-160万'; objlist.options.add(newOption); var newOption = document.createElement('OPTION'); newOption.text='160万以上'; newOption.value='160万以上'; objlist.options.add(newOption); }}function cherkSearch(){ var url='/hngfw_secondhandF/'; if ( document.getElementById('ddlRequire').value == '出售' ) { url=url+'rsf_cs_search.aspx?'; } else { url=url+'rsf_qg_search.aspx?'; } url=url+'HouseStyle='+document.getElementById('ddlHouseStyle').value; url=url+'&Area='+document.getElementById('ddlArea').value; if ( document.getElementById('ddlAcreagePrice').value == '面积' ) { url=url+'&Acreage='; } else { url=url+'&Price='; } url=url+document.getElementById('ddlDetails').value; switch(document.getElementById('ddlAddress').value) { case '地址或小区':url=url+'&address=';break; case '学校':url=url+'&school=';break; case '公园':url=url+'&Park=';break; case '广场':url=url+'&Piazza=';break; case '公交路线':url=url+'&BusLine=';break; case '临近街道':url=url+'&Street=';break; } url=url+document.getElementById('txtAddress').value; location.href=url; return false;}