📄 mail_send.asp
字号:
<!--#include file="admin.asp"-->
<%
chk_admin_login(3)
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../css/admin.css" rel="stylesheet" type="text/css">
<script language="jscript">
<!--
function dis(){
document.send.Submit.value='正在发送邮件...'
document.send.Submit.disabled=true;
return true;
}
//-->
</script>
</head>
<body>
<table width="90%" border="0" align=center cellpadding="4" cellspacing="1" class="a2">
<form name="coolform" action="mail_sendto.asp" method=post onSubmit="return CheckForm(this);">
<input name="content" type="hidden">
<tr align="center" class="a1">
<td height="25" colspan="4">群发邮件</td>
</tr>
<tr class="a3">
<td class=forumrow>发件人称呼:</td>
<td colspan="3" class=forumrow> <input name=name type=text size=30 value="<%=site%>">
<FONT color=#ff0000>*</FONT></td>
</tr>
<tr class="a4">
<td class=forumrow>发件人E-mail:</td>
<td colspan="3" class=forumrow> <input name=email type=text size=30 value="<%=siteemail%>">
<FONT color=#ff0000>*</FONT></td>
</tr>
<tr class="a3">
<td class=forumrow>收件人地址:</td>
<td colspan="3" class=forumrow> <input name=toemail type=text size=30 value="<%=Trim(Request.QueryString("toemail"))%>">
<FONT color=#ff0000>* </FONT>(如果为空,则向指定类型用户发送)</td>
</tr>
<tr class="a4">
<td class=forumrow>用户类型:</td>
<td colspan="3" class=forumrow><select name="state" id="state">
<option value="all">所有用户</option>
<option value="0">未开通用户</option>
<option value="1">已开通用户</option>
<option value="2">被锁定用户</option>
</select></td>
</tr>
<tr class="a3">
<td class=forumrow>邮件标题:</td>
<td colspan="3" class=forumrow> <input name=title type=text id="title" size="40">
<FONT color=#ff0000>*</FONT></td>
</tr>
<tr class="a4">
<td height="250">邮件内容:</td>
<td colspan="3" class=td-body-color><SCRIPT src="inc/post.js"></SCRIPT></td>
</tr>
<tr class="a3">
<td height="25" colspan="4" align="center" class=forumrow>
<input name="EditSubmit" type="Submit" id="EditSubmit" value="发送邮件">
<input type="reset" name="Clear" value="重新填写">
</td>
</tr>
</form>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -