日期:2014-05-18 浏览次数:20639 次
<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>
推荐阅读更多>
-
asp.net登陆与MD5加密有关问题
-
ASP.NET程序 用户''登录失败,该怎么处理
-
一个简单for语句不知道如何修改,求高手
-
ASP.NET 清除 HTML 标记函数
-
怎么读取XML数据,然后再导入SQL Server中去
-
GUID的数据库如何设计
-
求指教:在IE7 和 Firefox浏览器下 兼容的ASPX2.0 框架Frameset 设计?解决方案
-
C#如何获取框架页中地址栏的地址
-
ASP为何在编辑时候的界面和执行时候的界面不一样啊
-
.net写的paypal支付有关问题,
-
asp.net中怎样播放FLV格式文件,该怎么处理
-
查询后分页,该怎么处理
-
怎么在masterPage中的子页中重写 OnInit事件
-
这个字符串应该怎么截取
-
注册事件不见了?该如何解决
-
关于用HTTP post方式发送json的,有没有好的参考
-
关于Application_Start,该如何处理
-
求个JS,该怎么解决
-
兑现网站中英文转换
-
设计.NET应用程序数据访问层五大原则_Asp.NET Framework