日期:2014-05-18 浏览次数:20529 次
<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>
![]()
推荐阅读更多>
- CKFinder 加入验证之后,无法上传文件,出现HTTP Error: status code 302. I/O Error: Error #2038. 异常
- 用HttpWebRequest POST提交表单的有关问题
- 什么叫连接池,连接池的具体实现是怎么实现的
- 怎么测试LINQ查询的执行结果和效率
- IsClientConnected的有关问题
- gridview通datasourceid绑定数据源性能有关问题
- html页面数据提交有关问题
- 问个比较白痴的有关问题,小弟我的.net程序写好后,生成网站,如何在目录下什么都没看到啊连bin目录都没有生成,放到别的服务器上也只要拷贝过去即可
- 数据字典和dropdownlist解决办法
- asp.net随机显示多行数据有关问题
- 发现一个.Net中动态加载控件时关于焦点方面的Bug
- 散分200,对当前.net网站中常用邮件组件做个统计,回帖就有分。解决办法
- nhibernate中的映射有关问题~
- List<T>怎么拼接成想要的字符串
- ASP.NET 中处理页面“回退”的方法
- |M| 一个省份和城市的选择有关问题;经理说省份城市太多下拉太长,客户不容易找到,要有一个拼音检索 多谢 大家看看要如何做
- 关于web页面上网络图的有关问题
- 求Crystal Report for VS2010下载地址,该怎么处理
- 怎样判断客户端是否支持javascript和cookie和httpXML解决方案
- 根据文件下载的地址直接下载的困惑