日期:2014-05-18 浏览次数:20657 次
<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>
推荐阅读更多>
-
sql怎么查询字段值是条件的一部分
-
界面层次有关问题
-
已经写好的正则如若增加一点功能,请指点
-
百姓网、百度贴吧等下传速度很快,是用的什么技术
-
在GridView中 有没有好的方法根据rows中某个字段值确定它可不可以编辑同删除解决办法
-
SQL SERVER 表同步有关问题
-
哪位高手知道asp.net(C#)取得服务器操作系统类型。
-
大家来帮忙(就十分了)
-
几天没上来,如何小弟我的专家分在不断的减少啊
-
URLRewriter有关问题
-
施用asp.net URL重写地址,结果重写成ABAB的样子了。求解!
-
在 mvc ef 中进展删除
-
超怪有关问题,页面不执行后台代码
-
关于页面响应有关问题
-
把ASP代码转换为ASP.NET的解决思路
-
为何用户注册、用户登录以英文显示?该怎么处理
-
怎么控制别人用软件不停的发布信息?ip、用户名、电话每条都不同,但是能看出是刷的
-
DataGridView的编辑与删除,该如何解决
-
winform 中的 datagridview有关问题
-
淘宝网的搜索框有智能联想功能,是怎么实现的