日期:2014-05-18 浏览次数:20555 次
<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>
![]()
推荐阅读更多>
- 支持正则表达式的UrlMapping(ASP.NET2.0)
- 使用XML的五种场合(转)_Asp.Net XML
- 不要忽略c#中的using和as操作符
- ASP.NET开发系列之在用户控件中添加事件
- GridView拆分单元格,该怎么解决
- 【Ext.Net学习笔记】01:在ASP.NET WebForm中使用Ext.Net
- GridView 更新旋钮没反应
- 怎么将数据保存到数据库中
- 怎么取出Panel中的控件
- 调试时带参数值解决方案
- asp.net 客户端加密的有关问题
- 图像热点(<map>标签)内的<area coords="211,46,275,113">这样的,是相对位置还是绝对位置呢?该怎么解决
- 哪位高手做过ASP.NET和MYSQL分页程序呀?提示一下,多谢
- 提示小弟我这个方法已过时(Page.RegisterStartupScript )
- 怎么使用Ext Js 与 ASP.NET 结合制作项目
- 怎么在UpdatePanel里弹出JavaScript对话框
- 请高手指定!CheckBoxList显示的有关问题!顶着有分!快来呀!
- 有关问题多
- DataSet 对象小技巧解决方案
- 未能加载用户控件类型,该怎么处理