日期:2014-05-18 浏览次数:20694 次
<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控件上怎么实现先运行js代码,再决定是否运行服务端代码
-
asp.NET 怎么给TextBox添加onkeyup事件并用来调用类(.cs)中方法-在线跪求,回帖以分相谢
-
VS2005中如何没有Global.asax
-
怎么禁止Repeater绑定的数据不被修改
-
elmah - Error Logging Modules and Handlers for ASP.NET - 1 : 初体验
-
dotNet 桌面程序改造计划.下拉框篇.类似Word的颜色下拉框_Asp.NET开发实例
-
怎么获得当年第一天和最后天的日期?
-
dev控件treelist控件兑现
-
请问基础概念:基于b/s的企业管理系统,是不是操作者一定用浏览器进行操作呀?如果不用浏览器操作就不是b/s系统
-
Java Q&A: 使用Observer模式(转)
-
关于多组资料同时上传时的思路
-
asp.net小疑点!
-
得到1个数据集,如果把数据集中的第一行数据给个datalist绑顶,那现在想把剩下的数据也能绑顶,有什么办法啊该怎么解决
-
(继)急有用vs.net2005的吗?请帮忙看看小弟我的有关问题!
-
问个div样式方面灰常简单的有关问题
-
《〈〈Sql有关问题〉〉》
-
js中调用ajax如何会报命名空间未定义异常