日期:2014-05-18 浏览次数:20609 次
<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>
推荐阅读更多>
-
怎么同时使用数据验证控件 与 自定义的js验证
-
成功提交后,如何控制它转向另一个网站,而不是转向Index
-
有能控制下载进度的方法吗?该如何解决
-
asp.net数据库连接的共享有关问题?
-
一个基于asp和C#的网站,已经上线,为什么小弟我手工向数据库中users的表格中增加用户,登录网站还是不认这个是管理员账号
-
求一条sql语句,多谢了
-
visual 快捷键 按文件名打开资料
-
C#编码应注意的事项清单_Asp.NET Framework
-
一个编程题,看看你们手法。总共两题你们帮忙看好了一起给分哦。该如何解决
-
Web.config文件里 <providerOption name="CompilerVersion" value="v3.5"/> 不允许有子节点,该如何解决
-
50分求教控件显示的简单有关问题
-
求大神过来指导
-
asp.net的XML通用操作类
-
treeview连续点击的有关问题
-
急解决方法
-
ImageMap控件没法添加图片
-
使用UltraWinGrid时双击的处理_.NET Framework
-
Systrm.Management.ManagementClass使用时异常
-
刚装了VS.net 2005,第一次运行web程序,出错了,该怎么处理
-
aspx.vb 里面的变量,该如何解决