日期:2014-05-18 浏览次数:20708 次
<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>
推荐阅读更多>
-
高中生谋职程序员为什么会变成业务员
-
有关System.Xml.XmlElement的有关问题
-
asp.net mvc模式中网页界面不能运行其他格式的文件嘛解决办法
-
关于ReportViewer 的有关问题
-
急用! 代码优化、解决思路
-
如何将视频放在vs2008的网页中
-
ASP.NET 2.0站点地图搭建网站导航结构
-
C#下的webservcie 实现代码和 在vc和python下的调用实现
-
Common.Logging 组件主要是做什么的?解决方法
-
今天下午写了一个基于数据集的通用数据库操作类,将数据库的操作抽象出来,散分^解决方案
-
关于EnableViewState的有关问题
-
初学者求微软AJAX工具的使用
-
Ajax实现登陆界面无刷新登陆很急该如何解决
-
asp.net如何样把整个网站的页面都变成html
-
.net 网页控件,出错不是弹出的消息而是显示在网页上的
-
.Net下调用SqlServer2k中存储过程_Asp.NET数据库操作
-
MVC初级有关问题
-
LinkedQueue的实现_Asp.NET开发实例
-
为什么点一下浏览器右上角的最大化最小化,IFRAME 就变形,该如何解决
-
探讨C#中字符串的加密_Asp.Net安全和加密