日期:2014-05-18 浏览次数:20566 次
<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>
推荐阅读更多>
-
sql2005加VS2005组合有关问题
-
<script language='javascript'>alert('asdf');</script>该如何处理
-
如何样将table表格中的数据导入到Execl中
-
C#中利用SharpZipLib进行压缩和解压
-
vb.net如何调用Hook
-
C# 从数据库中读取数据其后生成一个XML文件
-
扭结的jquery获取页面宽度和高度
-
C#正则表达式 淘选特殊字符串 欢迎高手!
-
关于Image控件的AlternateText属性,该如何解决
-
treeview 目录必须位于该列表的界限内
-
如果小弟我的程序有上传控件,但是小弟我没上传文件,怎样处理报错
-
vs2005数据集向vs2008数据集移植,TableAdapter有错误
-
小弟我想要一个日期控件,选中后得到的值,有年月日时分?哪里有呢
-
asp.net联接oracle 无法解析指定的连接标识符
-
有能控制下载进度的方法吗?该如何解决
-
怎么为别人提供JS调用
-
DataGrid中Check选中之后翻页数据看起来没有丢失,但是提交时只提交当前页面选中的数据解决方案
-
关于CKeditor的有关问题
-
AJAX无刷新翻页 用ScriptManager可以实现么解决思路
-
用C#代码发送的邮件在通常的客户端接收都是好的,但是在sun java system messaging中的内容会被截取解决思路