📄 viewdetail.asp
字号:
<!--#include file="conn.asp"-->
<!--#include file="config.asp"-->
<%
Set rs = Server.CreateObject("ADODB.Recordset")
sql="SELECT * FROM fankui where ID=" & request("info_id")
rs.open sql,conn,1,1
if rs.eof and rs.bof then
response.write "<p align='center'> 出现错误:该信息可能已经被删除!</p>"
else
%>
<%
If Session("logined")<>True Then
Response.Write"<center>非法入侵,立即击毙。</center>"
Response.End
End If
%>
<html>
<head>
<title><%=title_name%> - 详细信息</title>
<style type="text/css">
<!--
td { font-family: "宋体", "serif"; font-size: 9pt; font-weight: normal}
a:link { text-decoration: none}
a:visited { text-decoration: none; font-weight: normal}
body { font-family: "宋体", "serif"; font-size: 9pt}
tr { font-family: "宋体", "serif"; font-size: 9pt}
.unnamed1 { font-size: 9pt; font-weight: bold}
.p9 { font-family: "宋体"; font-size: 9pt}
.unnamed2 { font-size: 11pt}
-->
</style>
<style fprolloverstyle>A:hover {color: #F79E26}
</style>
<SCRIPT language=javascript src="images/pop.js"></SCRIPT>
</head>
<body bgcolor="#AFAFAF" link="#000000" vlink="#000000" alink="#000000" topmargin="2" leftmargin="0">
<div align="center">
<center>
<table width="420" border="1" cellspacing="0" cellpadding="0" class="p9" bordercolor="#FFFFFF" style="border-collapse: collapse" height="267">
<tr>
<td width="420" align="right" colspan="2" height="24">
<img src="images/zzzcn_title1.gif"></td>
</tr>
<tr>
<td width="72" bgcolor="#336699" align="right" height="21"><font color="#FFFFFF">信息编号: </font></td>
<td width="348" bgcolor="#E4E4E4" height="21"><% =rs("ID") %></td>
</tr>
<tr>
<td width="72" bgcolor="#336699" align="right" height="21"><font color="#FFFFFF">主题: </font></td>
<td width="348" bgcolor="#E4E4E4" height="21"><% =rs("title") %></td>
</tr>
<tr>
<td width="72" bgcolor="#336699" align="right" height="21"><font color="#FFFFFF">类 型: </font></td>
<td width="348" bgcolor="#E4E4E4" height="21"><font color="#ff0000"><% =rs("leixing") %></font></td>
</tr>
<tr>
<td width="72" bgcolor="#336699" align="right" height="21"><font color="#FFFFFF">姓名: </font></td>
<td width="348" bgcolor="#E4E4E4" height="21"><% =rs("name") %></td>
</tr>
<tr>
<td width="72" bgcolor="#336699" align="right" height="21"><font color="#FFFFFF">E-mail: </font></td>
<td width="348" bgcolor="#E4E4E4" height="21"><a href="mailto:<% =rs("email") %>"><% =rs("email") %></a></td>
</tr>
<tr>
<td width="72" bgcolor="#336699" align="right" height="21"><font color="#FFFFFF">来 自: </font></td>
<td width="348" bgcolor="#E4E4E4" height="21"><% =rs("area") %></td>
</tr>
<tr>
<td width="72" bgcolor="#336699" align="right" height="21"><font color="#FFFFFF">地 址: </font></td>
<td width="348" bgcolor="#E4E4E4" height="21"><% =rs("address") %></td>
</tr>
<tr>
<td width="72" bgcolor="#336699" align="right" height="21"><font color="#FFFFFF">电 话: </font></td>
<td width="348" bgcolor="#E4E4E4" height="21"><% =rs("phone") %></td>
</tr>
<tr>
<td width="72" bgcolor="#336699" align="right" height="21"><font color="#FFFFFF">详细信息: </font></td>
<td width="348" bgcolor="#E4E4E4" height="21"><%=rs("content")%></td>
</tr>
<tr>
<td width="420" align="right" colspan="2" height="30">
<img src="images/zzzcn_di1.gif" title="当前版本信息:uyuan.net For V2.5 Free <%time2=timer()
response.write"页面执行时间:"&FormatNumber((time2-time1)*1000,3)&" 毫秒"%>"></td>
</tr>
</table>
</center>
</div>
<%
end if
set rs=nothing
conn.close
set conn=nothing
%>
<div align="center"><span class="p9"><a href="#" onclick="javascript:window.close();">==关闭窗口==</a></span>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -