日期:2014-05-18 浏览次数:20640 次
<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>
推荐阅读更多>
-
关于返回最新ID的有关问题
-
看一些在线视频网站页面源代码,却没有看到<object…这样的播放器代码,那是如何在线播放视频的
-
一步一步用Visual C#创建Web服务
-
那里有留言版中功能模块.解决方法
-
ProgressStatusBar源代码(转自C#)
-
如何在后台打开新窗口
-
大量INSERT语句插入数据库 求解决方案(XML写入数据库的会的也请进来看下),该如何处理
-
如何把<%# Eval("id") %>值用一个变量获取
-
女生!ASP.NET用什么语言开发比较好
-
关于sql—2个日期拼装数据有关问题
-
[多谢]split如何样用呢?比如
-
求iframe的子页面中使用jquery造成内存泄漏的解决方案解决方法
-
asp:TextBox如何实现默认文本换行
-
前台JS控制TreeView的有关问题
-
设计.NET应用程序数据访问层五大原则_Asp.NET Framework
-
|M|md5加密不可逆 如果用来保存用户密码?那要是用户不记得小弟我们要如何找回来
-
urlrewrite小弟我在调试和一直在IIS里浏览效果不一样
-
asp.net怎么输入特殊字符,asp.net编码有关问题
-
小弟我设一个button,点击它弹出一个新窗口页面,但这个button不提交form,怎么搞
-
大家帮忙测试下 小弟我刚写的用来采集网页的类库