日期:2014-05-18 浏览次数:20538 次
<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 web停能否用socket做在线聊天室
- javascript 为空或不是对象
- |M| 哪位高手帮小弟我注释一下幕白兄写的一段代码 多谢
- 哪位高手用.net mvc+exjs做过比较大的项目
- asp.net递归生成XML树的示例
- 为什么每次.net入职都要争论这三个有关问题,小弟我要崩溃了!
- 语法异常,求检查(急)
- gridview兑现增删改查询
- ,关于数据库连接,烦恼
- C#异常处理机制初步
- 这个返回类型如何写呢
- 求教树形结构下的权限管理(送全分)解决方案
- 运用VS2010在本地IIS上发布网站,数据库连接出错,求教!
- IE11cookie失效的有关问题
- 怎么从后台获取Session里的值
- asp .net对mysql数据的简单操作和链接解决办法
- ASP.NET 论坛设计的有关问题
- 在GridView的表头中添加下拉框控件,响应事件如何写
- jquery NEXT 相反,该如何解决
- 在線等待解決向SQL2000插入數據問題,该如何解决