日期:2014-05-18 浏览次数:20713 次
<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>
推荐阅读更多>
-
请教有没有比较好用的doc转swf工具
-
数据库模糊查询的有关问题
-
请大家帮小弟我改一个语句
-
获取Repeater中 批改后的textbox 绑定值
-
技巧应用:ASP.NET中文件上传下载方法集合
-
部类“GridView”的控件“gvUserInfo”必须放在具有 runat=server 的窗体标记内
-
在Web应用程序中能不能嵌入C#应用程序解决办法
-
小弟我的文本框咋會自動提交
-
cache.insert缓存只对当前页有效还是全局有效,该如何解决
-
为什么小弟我用Application做的计数器计数不正确
-
关于XP系统下Response.write打开附件不能关闭IE有关问题
-
没法获取<asp:dropdownlist>控件的选定值,总是默认的第一个值
-
桌面进程自动重起有关问题,200分赠送
-
:调试Duwamish 7.0时报错~
-
.NET之ASP Web Form快速入门(3)_Asp.Net基础教程
-
上传多个文件同时怎么获得一个文件的多个值
-
用户封闭IE 或转到其它页面给出提示!
-
asp.net关于TextBox复制粘贴有关问题
-
怎么对SqlDataAdapter的返回值进行判断
-
listbox的双击事件是哪个?该怎么解决