日期:2014-05-18 浏览次数:20733 次
<body onload="jugeButtom=0;GetSearchByWhere(1)">
<form id="form1" runat="server">
<div style="width:100%; margin-left:20px; margin-right:20px;">
<searTop:top ID="Top1" runat="server" />
<div style="margin-left:auto; margin-right:auto; width:960px;">
<div style="">您的位置:首页 > 搜索房源 > 写字楼</div>
<div style="width:100%;">
<div id="s2" class="grid_8" style="height:27px; line-height:35px; width:100%; " >
<table width="500" cellspacing="0" cellpadding="0">
<!-- 搜索上面--> <tr>
<td>
<label> 搜索:
<input type="text" name="keyword" id="keyword" value="请输入房源名称、地域" onfocus='if(this.value=="请输入房源名称、地域")this.value="";' onblur='if(this.value=="")this.value="请输入房源名称、地域";' style="line-height:29px;" />
</label>
<label>
<input type="button" name="put-in" id="put-in" value="" style="cursor:pointer;" onclick="GetSearchByWhere(1);jugeButtom=0;" />
</label>
</td>
</tr>
<!--关键字提示--> <tr>
<td style="padding-left:43px;">
<div id="DownList" style="display:none;">
<table width="100%" cellpadding="2"></table>
</div>
</td>
</tr>
</table>
</div>
</div>
<br />
<br />
<div id="SaleType" style="margin-top:5px;width:100%;font-weight:bold;font-size:14px;">类型:
<a id="xzChu" style="color:Blue; font-weight:bold; font-size:14px;" href="javascript:;" onclick='GetSaleType("0");jQuery("#chuzu").attr("style","display:block;");jQuery("#chushou").css("display","none"); jQuery("#xzChu").css("font-weight","bold"); jQuery("#xzShou").css("font-weight","bold"); this.style.color="#ee0805";jQuery("#xzShou").css("color","Blue")'>写字楼出租</a>
<a id="xzShou" style="color:Blue; font-weight:bold; font-size:14px;" href="javascript:;" onclick='GetSaleType("1");jQuery("#chuzu").css("display","none");jQuery("#chushou").css("display","block"); jQuery("#xzShou").css("font-weight","bold"); jQuery("#xzChu").css("font-weight","bold"); this.style.color="#ee0805";jQuery("#xzChu").css("color","Blue")'>写字楼出售</a>
</div>
推荐阅读更多>
-
服务器悲剧了!被黑得一套糊涂!
-
DetailsView属性设置的有关问题
-
嵌入资源第一讲:Dll嵌入到WPF中
-
拷贝整个目录下所有子目录及文件的方法
-
内容页里的CSS有关问题
-
asp.net页面下的table怎么导出EXCEL
-
问个读xml的有关问题
-
怎么在地图上根据坐标点画区域?怎么做好?有没有例子能看一看
-
怎么解析<&>等html代码
-
绑定的SqlDataSource中能不能用Inner join?对应的Eval、Bind如何写
-
求asp.net通用的url编码方式,该怎么处理
-
PageButtonClick事件是如何执行的?它是基于哪个控件的事件
-
问一个基础的数组有关问题
-
网页如何显示word文档
-
求组关于access数据库连接字符串的有关问题
-
访问IIS的有关问题, 报"User credentials cannot be used for local connections" 100分回报
-
后台锚点文字要如何做啊
-
实现删除、编辑功能解决办法
-
用asp.net mvc 筹建android服务器端可行吗
-
一个空白解决方案怎样添加新项目?添加第一个时候解决方案被替换,然后就不能加项目了!该怎么解决