日期:2014-05-18 浏览次数:20667 次
<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 cook奇怪的有关问题
-
用 window.print() 打印,怎么不显示网址`多谢,
-
100分。公司服务器迁移,请大家帮忙测试一下新、老服务器的网速,多谢!
-
sql取值的有关问题
-
怎么让页面启动后,默认自动选中CheckBoxList1的第一项,并联动CheckBoxList2显示的内容
-
非常简单的asp.net代码浏览器显示内容正确,但是生成解决方案出错,请教小弟我应该更改什么才能让生成解决方案没有有关问题
-
可不可以写一个程序,上传EXECL时,把十个单个的ECEXL上传生成一个总的EXECL解决办法
-
请各位大神来帮忙看下这个异常
-
Asp.net <%$ %> 符号是什么意思?解决方法
-
读取一个word的内容读,并在FreeTextBox控件中显示出来.该怎么处理
-
怎么用程序得到div为music下的所有div的id
-
Asp.net执行sql语句(使用事务一法)
-
mysql出入语句有关问题
-
怎么向向数据库中存储日期
-
取出存取过程插入记录后返回的ID 遇到的奇怪有关问题
-
ASPOSE的用法解决方案
-
急asp.net子页面刷新父页面的有关问题
-
怎么限定text中输入的值小于等于100
-
split根据<br/>进行分割的方法