日期:2014-05-18 浏览次数:20520 次
<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>
![]()
推荐阅读更多>
- .net与存储过程的返回值?解决办法
- jquery的多功能树(单选 多选)动态加载 刷新 有关问题 ,js 天气预报 静态页面可以运行 直接拷到项目里就不运行了
- MVC3.0 Razor 视图引擎 多个模型上 嵌套循环
- 实在整不明白 大侠
- js获取json对象数组,该如何处理
- 头疼有关问题,怎么固定GridView模板列的宽度
- sql 查询 货币有关问题
- ASP.NET Caching
- 怎样利用javascript,一个checkbox控制多个textbox解决方法
- 為什么把datagrid放到頁面上運行后 頁面上看不到datagrid解决办法
- VS2005打包程序怎么通过程序设置虚拟目录的权限
- 在线统计网站的访问量,该怎么处理
- 项目中需要一个把html生成PDF 或者 Word功能,该怎么处理
- -WEB窗体中使用事件模型的疑问-该怎么解决
- asp.net下无法循环绑定投票的标题和选项的解决方法
- 从一个窗体控件另一窗体,需要通过共享变量...
- 怎么用DropDownList 实现二级分类
- 关于网站流量来源分析,请教大神有没有类似的数据接口能调用
- Asp.net做的网页怎么在手机浏览器正常显示
- Asp.Net(C#)+Sql Server三层架构下数据存取方案(二)