日期:2014-05-18 浏览次数:20597 次
<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 中 正则轮换<a>标签
-
asp.net给出异常的ORACLE exception
-
批量处理数据可以用存储过程吗?解决方案
-
根据大家的实际项目情况,推荐一个ORM框架,该怎么处理
-
关于用户控件一点有关问题
-
求教asp.net点击的有关问题大家都来看看哦
-
Entity Framework两张表联合查询后返回值是什么?该如何解决
-
<input type="date" runat="server">为什么会出错呢?该怎么解决
-
怎的把Microsoft.Office.Interop.Excel.ApplicationClass excel创建的文件保存到数据流中
-
施用repeater时,怎样在后台让其中的按钮根据某个条件不可见或可见
-
最简单的AJAX例子
-
怎么建立如下要求的临时表
-
一个关于下拉列表的有关问题,请javascript高手指教。回帖就给分!
-
C#如何比较两个DataTable是否相同?
-
限制输入次数的系统登陆的实现_Asp.NET开发实例
-
HTTP 异常 404 - Not Found求解
-
CuteEditor编辑器为何自动加css引用解决办法
-
ASP 2.0 开发书籍,该怎么解决
-
flexpaper,该怎么解决
-
求批量上传的方法,该如何处理