xinjiannr.asp

来自「现在的病毒是越来越多了,几乎每上一回电脑都要杀毒,所以杀毒软件是必不可少的」· ASP 代码 · 共 42 行

ASP
42
字号
<!--#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 + =
减小字号Ctrl + -
显示快捷键?