📄 sub_lyb.asp
字号:
<!--#include file=../include/config.asp-->
<!--#include file=../include/conn_system.asp-->
<!--#include file=../include/access.asp-->
<!--#include file=../include/function.asp--><head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta http-equiv="Content-Language" content="zh-cn">
<title>详细信息</title>
<link rel="stylesheet" href="../../style.css" type="text/css">
<link rel="stylesheet" href="../style.css" type="text/css">
</head>
<%
dim strSql,rs,i,PageNo
if request("id")="" then
out("参数出错了!")
response.end
end if
strSql="select * from [lyb] where ly_id="&request("id")
set rs=Server.CreateObject("ADODB.RecordSet")
rs.open strSql,conn,3,3
if rs.eof then
out("参数出错了!")
else
%>
<table border="0" width="580" cellspacing="0" class="kuan" bgcolor="#FFFFFF" height="278">
<tr>
<td width="100%" height="153" align="left" valign="top">
<table border="0" width="100%" cellspacing="1">
<tr>
<td width="100%" bgcolor="#FF9933" background="../images/system1.gif" height="25" class="font">
<p align="center" class="font"><font color="#FF9B59"><b class="font">留
言 板 详 细 信 息</b></font>
</td>
</tr>
<tr>
<td width="100%" bgcolor="#FFFFFF" align="left" valign="top" height="246">
<table border="0" width="100%" cellspacing="2" cellpadding="0">
<tr>
<td width="50%" class="font" bgcolor="#E1EBF4">留言日期:<%=rs("ly_date")%></td>
<td width="50%" class="font" bgcolor="#E1EBF4">Email:<font color = "red" ><%=rs("ly_email")%></font></td>
</tr>
<tr>
<td width="50%" class="font" bgcolor="#E1EBF4">姓 名:<font color = "red" ><%=rs("ly_man")%></font></td>
<td width="50%" class="font" bgcolor="#E1EBF4">电 话:<%=rs("ly_tel")%></td>
</tr>
<tr background="../images/system1.gif" align="center" valign="middle">
<td colspan="2" class="font" height="25"><font color="#FF9B59"><b class="font">内 容</b></font></td>
</tr>
<tr align="left" valign="top">
<td colspan="2" class="font" height="168" bgcolor="#E1EBF4"><%=rs("ly_bz")%></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<%
end if
%>
<!--#include file=../include/foot.asp-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -