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

📄 email.asp

📁 现在的病毒是越来越多了,几乎每上一回电脑都要杀毒,所以杀毒软件是必不可少的
💻 ASP
字号:
<html>

<head>

<LINK href="../style.css" rel=stylesheet>
<title>互通信息</title>
</head>

<body bgcolor="#4BD152" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<form method=post action="emaildb.asp">
  <div align="center">
    <center>
      <table border="0" width="100%" height="168" bgcolor="#0000FF" cellspacing="1">
        <tr> 
          <td width="69" height="9" align="center" bgcolor="#FFCCFF"> 收信人</td>
          <td width="193" height="-2" bgcolor="#CCCCFF"> 
            <input type="text" name=sxr size="20"  class="smallInput" maxlength="16" value=<%=request("fxr")%>>
          </td>
        </tr>
        <tr> 
          <td width="69" height="9" align="center" bgcolor="#FFCCFF"> 发信人</td>
          <td width="193" height="0" bgcolor="#CCCCFF">
            <input type="text" name=fxr size="20" value=<%=session("Username")%> class="smallInput" maxlength="16">
          </td>
        </tr>
        <tr> 
          <td width="69" height="19" align="center" bgcolor="#FFCCFF">主题</td>
          <td width="193" height="19" bgcolor="#CCCCFF">
            <input type="text" name=zt size="25" class="smallInput" maxlength="16">
          </td>
        </tr>
        <tr> 
          <td width="69" height="11" align="center" bgcolor="#FFCCFF"> 内容</td>
          <td width="193" height="11" bgcolor="#CCCCFF"> 
            <textarea name=nr cols="30" class="smallInput" rows="10"></textarea>
          </td>
        </tr>
      </table>
      <br>
    </center>
  </div>
 
    
  <div align="right">
    <input type="submit" value="确定" name="B1" class="buttonface " >
    &nbsp; 
    <input type="reset" name="Reset" class="buttonface " value="重写">
    &nbsp; 
    <input type="button" value="关闭窗口" name="B2" class="buttonface" onclick="javascript:self.close()">
  </div>
</form>

</body>

</html>

⌨️ 快捷键说明

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