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

📄 sendmail.asp

📁 Jmail邮件发送系统
💻 ASP
字号:

<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>发送邮件系统</title>
</head>
<body bgcolor="#5e4300">

<table width="760" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#6188AF">
  <tr> 
    <td height="375" align="center" bgcolor="#ffffff"><font color="#008000" size="3" face="黑体">邮件发送系统</font><br>
      </p>
      <table width="600" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#ffffff">
  <form name="sendmail" action="sendmailto.asp" method="post">
    <tr> 
      <td width="125" height="30" bgcolor="#009900"> <div align="center"><font color="#FFFF00">发信地址:</font></div></td>
      <td width="469" height="30" bgcolor="#DCE7BA">   
        <input type="text" name="frommail"   onfocus="this.value=''"  title="web@whhk.com"  value="web@whhk.com"class="input"> 
      </td>
    </tr>
    <tr> 
      <td height="30" bgcolor="#009900"> <div align="center"><font color="#FFFF00">收信地址:</font></div></td>
      <td bgcolor="#DCE7BA">   
              <input name="tomail" type="text"  onfocus="this.value=''"  title="info@whhk.com" value="oosky@163.com" class="input">
        不能和发信地址相同 </td>
    </tr> 
	
    <tr> 
      <td height="30" bgcolor="#009900"> <div align="center"><font color="#FFFF00">信件标题:</font></div></td>
      <td bgcolor="#DCE7BA">  
              <input name="mailsubject" type="text" class="input" size="50"> </td>
    </tr>
    <tr> 
      <td bgcolor="#009900"> <div align="center"><font color="#FFFF00">信件内容:</font></div></td>
      <td height="150" bgcolor="#DCE7BA">  
        <textarea name="mailbody" cols="50" rows="8" class="input"></textarea>
      </td>
    </tr>
    <tr bgcolor="#336699"> 
            <td height="47" bgcolor="#009900"> 
              <div align="center"></div></td>
            <td height="47" bgcolor="#DCE7BA"> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
              <input type="submit" name="Submit" value="发送" class="input"> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
        <input type="reset" name="Submit" value="取消" class="input"> <input type="hidden" name="mail" value="owen"> 
      </td>
    </tr>
  </form>
</table></td>
  </tr>
</table>

</body>
</html>

⌨️ 快捷键说明

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