日期:2014-05-18 浏览次数:20650 次
<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>
推荐阅读更多>
-
请教GridView怎么实现静态刷新
-
不走寻常路 设计ASP.NET应用程序的七大绝招_Asp.Net开发
-
C#, 程序员的新工具
-
【急救】关于字符串碰到的棘手有关问题.寻求高手解答.
-
有没有办法让服务器下的socket服务端长久运行啊
-
关闭弹出页,刷新父页,该怎么解决
-
首页FLASH 轮转新闻,属于 推荐新闻 还是 热点新闻?解决办法
-
求基于无限分类的用户权限,该怎么解决
-
JQuery获得table行的数据,该怎么处理
-
DataGrid中有3列,其中一列很長,怎麽樣才能讓他在固定的格子中換行。解决方法
-
正则表达式的3种匹配模式
-
关于设置工作日、节假日的年历控件?解决方法
-
.Net中的Web Service的几个属性,我来当次大喇叭,能用就用
-
Microsoft Visual Studio 2005 VB连接SQL2000的有关问题
-
动态添加多个控件,该怎么解决
-
WinForm中DataGridView排序解决方法
-
gridview一条数据多行的有关问题
-
ASP.NET,未知的身份验证机制解决思路
-
初学者需要你们帮助
-
VS.NET安装指南(To菜鸟)_Asp.NET Framework