⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 liulist.asp

📁 一个免费的绿叶网上书店请大家提宝贵意见 站长的帐号是   用户名:雨丁香  密码:200505 副站长帐号是   用户名: wangli 密码:197207
💻 ASP
字号:
<!--#include file="base.asp"-->
<%
if session("username")="" then Response.Redirect "login.htm"

if session("adminflag")>2 and session("class")<>"留言管理"  then Call PrintMsg(NotAdmin)
Response.Buffer=true
Response.Expires=0
%>
<html>
<head>
<title>留言详细资料</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>

<body bgcolor="#FFFFFF" text="#000000">
<p>
  <%
   sql="select * from liuyan where id=" &request("id")
   rs.open sql,conn,1,2
%>
</p>
<p>&nbsp; </p>
<table width="538" border="1" align="center" cellpadding="2" cellspacing="1" bordercolor="#0099FF">
  <tr bgcolor="#304D7C"> 
    <td width="532" bgcolor="#0099FF"> 
      <div align="center"><font color="#FFFFFF" size="3">网上书店留言详细资料</font></div></td>
  </tr>
  <tr> 
    <td> <table width="100%" border="1" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
        <tr bgcolor="#FFFFFF"> 
          <td width="147" bgcolor="#FFFFFF"> <div align="center"><font color="#0033CC" size="2">客户姓名:</font></div></td>
          <td width="376"><font color="#0033CC" size="2"> <%=rs("username")%> </font> <div align="center"></div></td>
        </tr>
        <tr bgcolor="#FFFFFF"> 
          <td width="147" bgcolor="#FFFFFF"> <div align="center"><font color="#0033CC" size="2">性别:</font></div></td>
          <td><font color="#0033CC" size="2"> 
            <% if rs("sex")=true then
		  response.write "男"
		  else
		  response.write "女"
		   end if %>
            </font></td>
        </tr>
        <tr bgcolor="#FFFFFF"> 
          <td width="147" bgcolor="#FFFFFF"> <div align="center"><font color="#0033CC" size="2">Email:</font></div></td>
          <td><font color="#0033CC" size="2"><% if rs("email")="" then %>网友没填写<% else  %><%=rs("email")%><% end if %></font></td>
        </tr>
        <tr bgcolor="#FFFFFF"> 
          <td  width="147" bgcolor="#FFFFFF"> <div align="center"><font color="#0033CC" size="2">OICQ:</font></div></td>
          <td><font color="#0033CC" size="2"><% if rs("oicq")="" then %>网友没填写<% else  %><%=rs("oicq")%><% end if %></font> </td>
        </tr>
        <tr bgcolor="#FFFFFF"> 
          <td bgcolor="#FFFFFF"><div align="center"><font color="#0033CC" size="2">个人主页:</font></div></td>
          <td><font color="#0033CC" size="2"><% if rs("homepage")="" then %>网友没填写<% else  %><%=rs("homepage")%><% end if %></font></td>
        </tr>
        <tr bgcolor="#FFFFFF"> 
          <td bgcolor="#FFFFFF"> <div align="center"><font color="#0033CC" size="2">留言标题:</font></div></td>
          <td><font color="#0033CC" size="2"><%=rs("title")%></font></td>
        </tr>
        <tr bgcolor="#FFFFFF"> 
          <td bgcolor="#FFFFFF"> <div align="center"><font color="#0033CC" size="2">留言内容:</font></div></td>
          <td><font color="#0033CC" size="2"><%=rs("content")%></font></td>
        </tr>
        <tr bgcolor="#FFFFFF"> 
          <td width="147" bgcolor="#FFFFFF" valign="middle"> <div align="center"><font size="2" color="#0033CC">留言日期:</font></div></td>
          <td valign="middle"><font color="#0033CC" size="2"><%=rs("intime")%></font></td>
        </tr>
      </table></td>
  </tr>
</table>
 
  <div align="center"> 
    <input type="submit" name="Submit" value="返回" onclick="window.history.back()">
			
  </div>

<%  rs.close   %>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -