📄 guwen_detail.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")
newsid=RtnReplaceInt(trim(request("newsid")),0)
set rs=server.createobject("adodb.recordset")
sql="select * from news where newsid="&newsid&""
rs.open sql,conn,1,1
if rs.eof then
response.write "找不到该信息,该信息已能已被删除!"
response.end
end if
if not rs.eof then
conn.execute "update news set hit=hit+1 where newsid="&newsid&""
end if
sortnum=trim(rs("sort"))
%>
<!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="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>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -