日期:2014-05-18 浏览次数:20675 次
<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>
推荐阅读更多>
-
form验证跟负载均衡
-
button按钮click不起作用解决思路
-
vs2003升级到vs2005遇到的水晶报表有关问题
-
网页中文乱码有关问题!求解决
-
设计数据层组件并在层间传递数据
-
,看看这个有关问题如何解决
-
ASP.NET 2.0中预设的cookie
-
mvc中显示表数据的有关问题
-
后台输出HTML时,样式如何无效了
-
SqlDataSource新建连接时报“给定关键字不在字典中”,该如何解决
-
mvcpaging传参数有关问题
-
用ImessageFilter接口实现截获键盘消息
-
用OleDbDataAdapter读取到DataSet中的数据表,为什么没有数据库中的主键信息?解决办法
-
asp.net生成缩略图及给原始图加水印
-
|G|第三帖,Session和ViewState的效果不一样解决思路
-
web.config有关问题.本地运行没有关问题。传到网上就报错
-
用VS08打开VS05的项目 没有提示 转换找不到 .csproj有关问题
-
VS 2005中like的用法,帮小弟看看异常所在
-
百度mapapi 同时在map下标注多个点 有有关问题 紧
-
ajax实现注册解决办法