📄 ck_house.asp
字号:
<%
if session("cjuser")="" and session("pwdd")="" then
response.write"<SCRIPT language=JavaScript>alert('你没有登录,无权进入!');"
response.write"this.location.href='error.htm';</SCRIPT>"
response.end
end if
%>
<!--#include file=../conn/adodb1.asp -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="css/main.css" rel="stylesheet" type="text/css">
</head>
<body topmargin="20">
<%
dim id,xxlx,strsql
id=request.QueryString("id")
xxlx=request("tp")
if xxlx="出售" then
strsql="select * from chushou where id=cstr('"&id&"')"
session("tp")="出售"
elseif xxlx="出租" then
strsql="select * from chuzu where id=cstr('"&id&"')"
session("tp")="出租"
elseif xxlx="求购" then
strsql="select * from qiugou where id=cstr('"&id&"')"
session("tp")="求购"
elseif xxlx="求租" then
strsql="select * from qiuzu where id=cstr('"&id&"')"
session("tp")="求租"
end if
set bs=db.execute(strsql)
%>
<p class="height1"> </p>
<p class="height"> </p>
<table width="67%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr class="xiangxi">
<td><strong>房源详细说明</strong></td>
</tr>
</table></td>
</tr>
<tr>
<td > <table width="100%" border="0" cellpadding="0" cellspacing="0" class="fot">
<tr >
<td width="19%" height="25" class="bordbg"> 信息类型:</td>
<td width="30%" height="25" class="bordbg"> <%=session("tp")%></td>
<td width="19%" height="25" class="bordbg"> 房源方向:</td>
<td width="32%" height="25" class="bordbg"> <%=bs("fwfx")%></td>
</tr>
<tr >
<td height="25" class="bordbg"> 房源编码:</td>
<td height="25" class="bordbg"> <%=bs("fybm")%></td>
<td height="25" class="bordbg"> 房源价格:</td>
<td height="25" class="bordbg"> <%=bs("jg")%></td>
</tr>
<tr >
<td height="22" class="bordbg"> 房源类型:</td>
<td height="22" class="bordbg"> <%=bs("fylx")%></td>
<td height="22" class="bordbg"> 附加费:</td>
<td height="22" class="bordbg"> <%=bs("fjf")%></td>
</tr>
<tr >
<td height="25" class="bordbg"> 所在区域:</td>
<td height="25" class="bordbg"> <%=bs("qy")%></td>
<td height="25" class="bordbg"> 付款方式:</td>
<td height="25" class="bordbg"> <%=bs("fkfs")%></td>
</tr>
<tr >
<td height="25" class="bordbg"> 所在位置:</td>
<td height="25" class="bordbg"> <%=bs("wz")%></td>
<td height="25" class="bordbg"> 是否贷款:</td>
<td height="25" class="bordbg"> <%=bs("sfdk")%></td>
</tr>
<tr >
<td height="25" class="bordbg"> 物业名称:</td>
<td height="25" class="bordbg"> <%=bs("jzmc")%></td>
<td height="25" class="bordbg"> 产权:</td>
<td height="25" class="bordbg"> <%=bs("cq")%></td>
</tr>
<tr >
<td height="25" class="bordbg"> 房源类别:</td>
<td height="25" class="bordbg"> <%=bs("fylb")%></td>
<td height="25" class="bordbg"> 房源套型:</td>
<td height="25" class="bordbg"> <%=bs("s")%>室<%=bs("t")%>厅<%=bs("w")%>卫</td>
</tr>
<tr >
<td height="25" class="bordbg"> 房源面积:</td>
<td height="25" class="bordbg"> <%=bs("fwmj")%>.00</td>
<td height="25" class="bordbg"> 庭院:</td>
<td height="25" class="bordbg"> <%=bs("ty")%></td>
</tr>
<tr >
<td height="25" class="bordbg"> 房源总楼层:</td>
<td height="25" class="bordbg"> <%=bs("zlc")%></td>
<td height="25" class="bordbg"> 储藏室:</td>
<td height="25" class="bordbg"> <%=bs("ccs")%></td>
</tr>
<tr >
<td height="25" class="bordbg"> 房源所在层:</td>
<td height="12" class="bordbg"> <%=bs("szc")%></td>
<td height="25" class="bordbg"> 阳台:</td>
<td height="12" class="bordbg"> <%=bs("yt")%></td>
</tr>
<tr >
<td height="25" class="bordbg"> 联系人:</td>
<td height="25" class="bordbg"> <%=bs("lxr")%></td>
<td height="25" class="bordbg"> 联系电话:</td>
<td height="25" class="bordbg"> <%=bs("lxdh")%></td>
</tr>
<tr >
<td height="25" class="bordbg"> 详细地址:</td>
<td height="25" colspan=3 class="bordbg"><%=bs("xxdz")%></td>
</tr>
<tr >
<td height="25" class="bordbg"> 发布日期:</td>
<td height="25" class="bordbg"> <%=bs("fbsj")%></td>
<td height="25" class="bordbg"> 备注:</td>
<td height="25" class="bordbg"> <%=bs("bz")%></td>
</tr>
</table></td>
</tr>
<tr>
<td class="height1"> </td>
</tr>
</table>
<p class="fot"> </p>
<p class="fot"> </p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -