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

📄 xinjiannr.asp

📁 现在的病毒是越来越多了,几乎每上一回电脑都要杀毒,所以杀毒软件是必不可少的
💻 ASP
字号:
<!--#INCLUDE FILE="sysinc.asp" -->
<html>
<head>
<LINK href="../style.css" rel=stylesheet>
<title>信件内容</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>

<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<%
sqlstr="select * from 私人信件 where 信件编号="&request("id")
my_rs.open sqlstr,my_Conn,1,3
%>
<table width="300" border="0" cellspacing="1" cellpadding="0" bgcolor="#00CC33" height="210">
  <tr bgcolor="#FFFFFF"> 
    <td width="15%"> 
      <div align="center"><br>
        <br>
        信<br>
        件<br>
        内<br>
        容<br>
        <br>
      </div>
    </td>
    <td>  <%=my_rs("信件内容")%></td>
  </tr>
  <tr bgcolor="#FFFFFF"> 
    <td colspan="2" height="29"> 
      <div align="center"><input type='button' value='关闭窗口' name='B2' class='buttonface' onclick='javascript:self.close()'>
        <br>
      </div>
    </td>
  </tr>
</table>
<br>
 <%my_rs("新旧")="No"
    my_rs.update
%>    
</body>
</html>

⌨️ 快捷键说明

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