📄 email.asp
字号:
<%
response.buffer=true
response.expires=0%>
<!--#include file="includes/dataconn.inc"-->
<!--#include file="includes/setup.asp"-->
<title><%=sitename%> ---〉后台管理 ---〉邮件群发</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK href="includes/main.css" rel=stylesheet type=text/css>
</head>
<body bgcolor="#FFFFFF" background="images/greystrip.gif" text="#000000">
<br>
<%
if adminlogin=session("username") and adminpassword=session("password") then
%>
<div align="center"></div>
<table width=958 border=0 align="center" cellpadding=8 cellspacing=1 bgcolor=#000000>
<tr bgcolor="#669900">
<td colspan="10" bgcolor="#669900"> <font color="#FFFFFF"><%=sitename%> ---〉后台管理 ---〉邮件群发</font></td>
</tr>
<tr bgcolor="#66CC33">
<td colspan="10" bgcolor="#66CC33">[<a href="alluser.asp">所有用户</a>] [<a href="yeskt.asp">开通用户</a>]
[<a href="nokt.asp">未开通用户</a>] [<a href="deluser.asp">删除用户</a>] [<a href="djusers.asp">被冻结用户</a>]
[<a href="changegroup.asp">等级管理</a>] [<a href="email.asp">邮件群发</a>] [<a href="paylist.asp">定单管理</a>]
[<a href="loginout.asp">退出管理</a>]</td>
</tr>
<tr >
<td colspan="10" background="images/greystrip.gif"><div align="center">
<p><font color="#FFFFFF"><%=sitename%></font>免费空间后台邮件群发平台</p>
</div></td>
</tr>
<tr >
<td colspan="10" background="images/greystrip.gif"><div align="center">
<form name="form1" method="post" action="mail.asp">
<p> </p>
<p>发送到:
<select name="selectt" id="selectt">
<option>所有开通用户</option>
<option>所有未开通用户</option>
</select></p>
<p>主题: <input type="text" name="zt" size="50" maxlength="200"></p>
<p>内容: <textarea name="nr" cols="50" rows="4"></textarea></p>
<p><input type="submit" name="Submit" value="发送"> <input type="reset" name="Submit2" value="重置"></p>
</form></div>
</td>
</tr>
</table>
</body>
</html>
<%
else
%>
<script language="vbs">
<!--
MsgBox "请不要使用非法方法进入!",,"亮点网络警告!"
window.location.href="http://www.54web.com"
-->
</script>
<%
end if
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -