日期:2014-05-18 浏览次数:20706 次
<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>
推荐阅读更多>
-
webRequest请求页面有关问题
-
有关问题简单,快来抢分.
-
SQL语句?
-
怎么在web程序里控制windows service
-
IIS创设应用程序池,设置相关属性
-
用C#编写ActiveX控件(二)
-
sql2005和SQL2000是不是可以装在一台机子上,该怎么处理
-
[求助]URL传值,@id接收有关问题.
-
10W+数据的Excel下载,该怎么处理
-
javascript怎么在函数中获得函数的参数名
-
限制文本框输入,该怎么解决
-
写asp.net论坛时用的一个技巧
-
正则表达式-空或者正整数可以吗?>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>该如何处理
-
静态类,静态属性的有关问题
-
repeater 下的ImageButton 显示图片有关问题,知道是路径,但怎样检查都没错
-
数据库操作类实现(C#,SqlClient)_Asp.NET数据库操作
-
UrlRewriter本地运行没有有关问题,放到服务器上就不行了
-
关于 在字符串中过滤样式
-
如何用母版页实现数据库动态绑定的web菜单
-
ASP+全新接触(3) {转}_Asp.Net基础教程