日期:2014-05-18 浏览次数:20567 次
<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>
推荐阅读更多>
-
字符串转为16进制
-
校验数据是否是整数的正则表达式如何写
-
大家帮忙给点建议。很急马上结贴!该如何解决
-
PETSHOP3在.net2005安装不了吗?解决思路
-
在存储过程中有必要写transaction吗解决办法
-
一个datagrid 删除确认例子
-
DataTable 更新数据库(只剩下30分了,请那位老大帮忙,多谢)
-
aspx.cs顶用Response.Write打印alert
-
如何用XML格式表示 EXCEL合并单元格
-
小弟我做技术的人,如何样才能向老板越级直接汇报工作或想法?是憋着不说吗~
-
win 2003 asp.net 无法登录后台解决办法
-
DropDownList AutoPost=True,选择有关问题 ?
-
关于.net的代码安全性
-
请高人科普一下Context的知识并帮小弟我看看小弟我的异常在哪
-
Microsoft visual studio 2005 professional edition-enu 是什么意思解决办法
-
asp.net干后台,给第三方app(ios/android)提供支付接口
-
每次点击下载IE就自动关闭?请问高手
-
求解,这段正则表达式异常在哪里
-
vs2008.net 在.aspx中怎么使用页面框架
-
这个存储过程哪里错了