日期:2014-05-18 浏览次数:20619 次
<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>
推荐阅读更多>
-
拒绝访问。 (错误来自 HRESULT:0x80030005 (STG_E_ACCESSDENIED))
-
自己做的数据绑定控件
-
[]从索引 0 处开始,初始化字符串的格式不符合规范
-
aps.net +orcle 数据库连接有关问题点
-
ASP.net Session做登录怎么禁止重复登录
-
插入ascx页眉页脚出错?该怎么解决
-
运用样式表,为什么 超级链接 就是表现不出来
-
,动态生成的linkButton不能触发事件
-
散分.順便調查一下:你們都是怎么利用csdn的
-
在textbox1中输入用户ID ,同时textbox2显示用户ID对应的用户名。解决方法
-
windows2003下的asp.net程序发面有关问题向大家请问
-
select top 一 id from title order by id desc
-
在后台给TextBox设置只读属性的时候,设置Attributes["readonly"] = "readonly"取消 只读的又该如何设置呢
-
asp.net c#论坛完整代码发布-希望对大家的学习有帮助!解决方法
-
再发一个关于MVC 路由的有关问题
-
HttpWebRequest 往登录淘宝,QQ,人人网,新浪
-
SQL存储过程,需要根据传入的参数,更改where语句的条件,请问
-
20分。gridview的使用方法~求代码!解决方法
-
ASP.net Logion用户登陆验证代码
-
SMTP技术发送电子邮件,该怎么解决