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

📄 sendmail.asp

📁 订单管理系统 一、管理员可以设置和修改物品的图片资料 二、修改了级别与积分关系的部分 三、修改了增加用户审核后新用户注册时的错误 四、管理员可以设置用户所有的支付方式和页面的反馈信
💻 ASP
字号:
<!--#include file="adminconn.inc" -->
<% 
set rs=server.createobject("adodb.recordset") 
sql="select * from maildefault order by id desc" 
rs.open sql,conn,1,1   
%> 
<html>
<head>
<title>邮件发送</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="../inc/guhongying.css" type="text/css">
</head>
<body bgcolor="6699CC" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="100%" border="0" cellspacing="1" cellpadding="2" bgcolor="#000000" vspace="0" hspace="0">
  <tr>
    <td bgcolor="#316395" height="27"><font color="#FFFFFF">.:: 腾科在线购物程序-腾科邮件群发程序(程式设计-梏鸿影)[无须任何组建]<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;内部发着玩版本 1.015-1636&gt;</font></td>
  </tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td height="50">&nbsp;</td>
  </tr>
</table>
<form name="sendmail" action="sendmailto.asp" method="post" >
        
  <table border="0" cellspacing="1" cellpadding="4" bgcolor="#000000" width="80%" align="center">
    <tr> 
      <td height="30" bgcolor="336699"><font color="#FFFFFF">发信人地址:</font></td>
      <td height="30" bgcolor="336699"> 
        <input type="text" name="frommail" value="<%=rs("frommail")%>">
      </td>
  </tr>
    <tr> 
      <td height="76" bgcolor="7C96B8"><font color="#FFFFFF">收信人地址:</font></td>
      <td height="75" bgcolor="7C96B8"> 
        <input type="text" name="tomail"><br><br>
        <font color="#FFFFFF">(如果为空,从数据库取地址群发!^&amp;^) </font></td>
  </tr>
    <tr> 
      <td height="30" bgcolor="#336699"><font color="#FFFFFF">信件标题:</font></td>
      <td height="75" bgcolor="#336699"> 
        <input type="text" name="mailsubject" size="50"><br>
        <br>
        <font color="#FFFFFF">(如果为空,则显示“<font color="red"><%=rs("mailsubject")%></font>”!^&amp;^) </font></td>
  </tr>
    <tr> 
      <td height="186" bgcolor="7C96B8"><font color="#ffffff">信件内容:</font></td>  
      <td height="186" bgcolor="7C96B8"> 
        <textarea name="mailbody" cols="50" rows="8"></textarea><br><br>
      </td>
  </tr>
    <tr bgcolor="#336699"> 
      <td height="53">&nbsp;</td>
      <td height="53"> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
        <input type="submit" name="Submit" value="发送">
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        <input type="reset" name="Submit" value="取消">
        <input type="hidden" name="action" value="我发">
      </td>
  </tr>
</table></form>
</body>
</html>

⌨️ 快捷键说明

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