📄 guwen.asp
字号:
<!--#include file="../inc/conn.asp"-->
<!--#include file="../inc/getPartStrAndBytesLen.asp" -->
<!--#include file="../inc/onlinecount.asp"-->
<!--#include file="../top.asp"-->
<%
Dim Rs,Sql
OpenDataConn
Set Rs=Server.CreateObject("ADODB.Recordset")
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>房产顾问,<%=homepage_title%></TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<script language="JavaScript" src="../inc/index.js"></script>
<LINK
href="../img/css.css" type=text/css rel=stylesheet>
<META content="MSHTML 6.00.3790.2706" name=GENERATOR></HEAD>
<BODY class=bg1 text=#000000 bgColor=#ffffff leftMargin=0 topMargin=1>
<TABLE height=28 cellSpacing=0 cellPadding=0 width=980 align=center
background=../img/headbg4.gif border=0>
<TBODY>
<TR>
<TD align=right width=35>
<IMG height=13 src="../img/headarrow.gif"
width=17></TD>
<TD align=middle width=10></TD>
<TD class=TD_Place width=935>您现在的位置:<a href="../index.aspx"><font color="#FFFFFF"> <%=homepage_title%></font> </a>>>
房产顾问>></FONT></TD></TR></TBODY></TABLE>
<TABLE height=7 cellSpacing=0 cellPadding=0 width=980 align=center
background=../img/headbg5.gif border=0>
<TBODY>
<TR>
<TD></TD></TR></TBODY></TABLE>
<div align="center">
<TABLE height=100 cellSpacing=0 cellPadding=0 width=970 border=0>
<TBODY>
<TR>
<TD vAlign=top width=260 height=100>
<TABLE class=out3s_green height="100%" cellSpacing=0 cellPadding=0
width=255 bgColor=#7cb721 border=0>
<TBODY>
<TR>
<TD vAlign=top>
<TABLE cellSpacing=0 cellPadding=0 width="99%" align=center
border=0>
<TBODY>
<TR>
<TD height="38">
<img border="0" src="../img/h.gif" width="255" height="40"></TD></TR>
<tr>
<td align="center" width="96%" style="border-style: none; border-width: medium">
<table width="100%" height="131" border="0" align="center" cellpadding="0" cellspacing="0" class="main">
<%
If Session("loginid")="" Then
%>
<form action="login.asp?action=login" method="post" name="reg" id="reg">
<tr>
<td height="10"> <div align="center"></div></td>
</tr>
<tr>
<td height="25"> <div align="center"><font color="#FFFFFF">用 户: </font>
<input name="reg_user" type="text" id="reg_user" size="14">
</div></td>
</tr>
<tr>
<td height="25"> <div align="center"><font color="#FFFFFF">密 码:</font>
<input name="reg_pwd" type="password" id="reg_pwd" size="14">
</div></td>
</tr>
<tr>
<td height="25"> <div align="center">
<input type="radio" name="reg_type" value="0" class="box">
<font color="#FFFFFF">个人</font>
<input type="radio" name="reg_type" value="1" class="box">
<font color="#FFFFFF">中介公司</font> </div></td>
</tr>
<tr>
<td height="23"> <div align="center">
<input name="imageField" type="image" src="../images/frams_73.gif" width="53" height="27" border="0" onClick="return checkReg();" class="box">
<a href="reg.asp" onFocus="if(this.blur)this.blur()"><img src="../images/frams_75.gif" width="53" height="27" border="0"></a></div></td>
</tr>
<tr>
<td> <div align="center"><a href="javascript:;" onFocus="if(this.blur)this.blur()"><font color=#ffffff>服务条款</font></a> <a href="#" onClick="MM_openBrWindow('pwd_useid.asp?first=1','','width=245,height=135')"><font color=#ffffff>忘记密码?</font></a>
</div></td>
</tr>
</form>
<%Else%>
<tr>
<td><table width="90%" height="100%" border="0" align="center" cellpadding="0" cellspacing="0" class="main">
<tr>
<td> <font color="#FFFFFF">欢迎您!</font><font color="#FF0000"><%=session("loginid")%></font><font color="#FFFFFF">,您已是我们的会员!您可以登陆</font><a href="house_fabu.asp"><font color="#FF0000">[管理中心]</font></a><font color="#FFFFFF">管理您的信息。</font><br>
<font color="#FFFFFF">为了保护您的信息安全,请在离开之前,请</font><a href="login.asp?action=logout"><font color="#FF0000">[退出登陆]</font></a><font color="#FFFFFF">!</font></td>
</tr>
</table></td>
</tr>
<%End If%>
</table>
</td>
</tr>
<TR>
<TD height="37">
<img border="0" src="../img/xinxi.gif" width="255" height="40"></TD></TR>
<TR>
<TD>
<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#7CB721" class="main">
<form name="form1" method="get" action="hs.asp">
<tr>
<td width="36%" height="23" align="right"><font color=#FFFFFF>
类别 </font></td>
<td width="64%" height="23"> <select name="xxlb" id="xxlb">
<option value="" selected>-- 请选择 --</option>
<option>出租</option>
<option>求租</option>
<option>求购</option>
<option>出售</option>
<option>合租</option>
<option>置换</option>
</select></td>
</tr>
<tr>
<td height="23" align="right"><font color=#FFFFFF>
区域 </font></td>
<td height="23"><SPAN class=P9><FONT color=red>
<%
set rscyte=server.CreateObject("adodb.recordset")
sqlcyte = "select * from cyte"
rscyte.Open sqlcyte,conn,1,1
%>
<select name="fangwei" id="select" class="inp">
<option value="">-- 请选择 --</option>
<%do while not rscyte.eof%>
<option value="<%=rscyte("cyte")%>"><%=rscyte("cyte")%></option>
<%
rscyte.movenext
loop
rscyte.close
set rscyte=nothing
%>
</select>
</FONT></SPAN> </td>
</tr>
<tr>
<td height="23" align="right"><font color=#FFFFFF>
户型 </font></td>
<td height="23"> <select name="fclx" id="fclx">
<option value="" selected>-- 请选择 --</option>
<option>单人间</option>
<option>一室一卫</option>
<option>一室一厅</option>
<option>二室户</option>
<option>二室一厅</option>
<option>二室二厅</option>
<option>三室户</option>
<option>三室一厅</option>
<option>三室二厅</option>
<option>四室户</option>
<option>四室一厅</option>
<option>四室二厅</option>
<option>四室三厅</option>
<option>五室一厅</option>
<option>五室二厅</option>
<option>五室三厅</option>
<option>跃层楼</option>
<option>复式</option>
<option>公寓楼</option>
<option>别墅</option>
<option>写字楼</option>
<option>厂房</option>
<option>店面</option>
<option>储藏间</option>
<option>地下室</option>
<option>整栋楼</option>
<option>其它</option>
</select> </td>
</tr>
<tr>
<td height="22" align="right"><font color=#FFFFFF>
地段 </font></td>
<td height="22"> <input name="area" type="text" id="area" size="14">
</td>
</tr>
<tr>
<td height="23" align="right"><font color=#FFFFFF>
是否中介 </font></td>
<td height="23"><input type="radio" name="reg_type" value="1" class="box">
<font color=#FFFFFF>中介 </font>
<input type="radio" name="reg_type" value="0" class="box">
<font color=#FFFFFF>免中介 </font></td>
</tr>
<tr>
<td height="23" colspan="2" valign="bottom"> <div align="center">
<a href="javascript:document.form1.submit();"><img src="../images/frams_86.jpg" width="53" height="23" border="0"></a>
</div></td>
</tr>
</form>
</table>
</TD></TR>
<TR>
<TD height="38">
<img border="0" src="../img/huangye.gif" width="255" height="40"></TD></TR>
<TR>
<TD>
<div align="center">
<table width="255" border="0" cellpadding="0" cellspacing="0" class="main">
<form name="huangye" method="get" action="huangye.asp">
<tr>
<td width="67" height="22" align="center"> <font color=#FFFFFF>城 市</font></td>
<td width="123" height="22"> <select style="WIDTH: 90px" name=city>
<option value="" selected>请选择城市</option>
<option value=泉州>泉州</option>
<option value=厦门>厦门</option>
<option value=福州>福州</option>
<option value=漳州>漳州</option>
<option value=三明>三明</option>
<option value=莆田>莆田</option>
<option value=宁德>宁德</option>
<option value=南平>南平</option>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -