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

📄 sendmail.asp

📁 网络办公系统源码
💻 ASP
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="../../config.asp"-->
<!--#include file="../checklogin.asp"-->
<!--#include file="../system/Phone_Fun.asp"-->

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<link href="../img/css1.css" type=text/css rel=stylesheet>
<style type="text/css">
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style1 {color: #FFFFFF}
.style3 {color: #FFFFFF; font-weight: bold; }
-->
</style>
</head>
<body>

<table width="99%"  border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#F2F2F2" class="tabel1">
  <tr align="right">
    <td height="25" align="left" bgcolor="#CC0000"><span class="style1"><strong>发送邮件</strong></span></td>
  </tr>
  <tr bgcolor="#F9F9F9">
    <td height="25" align="left" bgcolor="#F2F2F2">&nbsp;</td>
  </tr>
  <tr bgcolor="#CC6633">
    <td height="25" align="center">发送邮件  </td>
  </tr>
  <tr>
    <td height="25" align="center"><table width="100%"  border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="21%" height="25" align="right">收件地址:</td>
        <td width="79%" height="25" align="left"><input name="email" type="text" class="bon" value="<%=remail%>" size="40">
          *</td>
      </tr>
      <tr>
        <td height="25" align="right">邮件主题:</td>
        <td height="25" align="left"><input name="title" type="text" class="bon" id="title" size="50">
          *</td>
      </tr>
      <tr>
        <td height="25" align="right">邮件内容:</td>
        <td height="25" align="left"><textarea name="content" cols="80" rows="15" class="bon" id="content">免费版不支持此功能,请购买正式版。
网址:http://www.hokilly.com
演示:http://www.hokilly.com/demo/hokilly_oa90/
咨询QQ:15916190
电话:13915064582</textarea></td>
      </tr>
      <tr>
        <td height="25">&nbsp;</td>
        <td height="25" align="left"><input name="Submit2" type="submit" class="tabel1" value="提交">
          <input name="Submit3" type="reset" class="tabel1" value="重置"></td>
      </tr>
    </table></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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