📄 guanli.asp
字号:
<%
if request.cookies("adminok")="" then
response.redirect "../admin/shop_login.htm"
end if
%>
<!--#include file="conn.asp"-->
<%
Response.Expires=0
set rs=server.createobject("adodb.recordset")
sql="select * from admin"
rs.open sql,conn,3,1%>
<html>
<head>
<title>邮件群发</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" type="text/css" href="STYLE.CSS">
</head>
<body bgcolor="#FFFFFF" background="INDTEXTB.JPG">
<form method="POST" action="savegl.asp">
<div align="center">
<center>
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="550" height="427">
<input type="hidden" name="name" size="32" value="<%=rs("name")%>">
<input type="hidden" name="password" size="32" value="<%=rs("pw")%>">
<tr>
<td width="141" align="center" height="82" bgcolor="#AFD7FF">订阅的欢迎信息</td>
<td width="456" height="82" bgcolor="#AFD7FF" colspan="2">
<textarea rows="6" name="dy" cols="47"><%=rs("dy")%></textarea></td>
</tr>
<tr>
<td width="141" align="center" height="99" bgcolor="#AFD7FF">确认订阅的欢迎信息</td>
<td width="456" height="99" bgcolor="#AFD7FF" colspan="2">
<textarea rows="6" name="qr" cols="47"><%=rs("qr")%></textarea></td>
</tr>
<tr>
<td width="141" align="center" height="28" bgcolor="#AFD7FF">退订时显示的信息</td>
<td width="456" height="28" bgcolor="#AFD7FF" colspan="2">
<textarea rows="6" name="td" cols="47"><%=rs("td")%></textarea></td>
</tr>
<tr>
<td width="141" align="center" height="27" bgcolor="#AFD7FF">确认信内容</td>
<td width="456" height="27" bgcolor="#AFD7FF" colspan="2">
<textarea rows="6" name="qrx" cols="47"><%=rs("qrx")%></textarea></td>
</tr>
<tr>
<td width="141" align="center" height="6" bgcolor="#AFD7FF">邮件列表的名称</td>
<td width="456" height="6" bgcolor="#AFD7FF" colspan="2">
<input type="text" name="yjlb" size="32" value="<%=rs("yjlb")%>"></td>
</tr>
<tr>
<td align="center" bgcolor="#AFD7FF" height="25">
默认邮件服务器</td>
<td width="360" bgcolor="#AFD7FF" colspan="2" height="25">
<input type="text" name="fwq" size="35" maxlength="20" value="<%=rs("fwq")%>">
</td>
</tr>
<tr>
<td bgcolor="#AFD7FF" height="25" align="center">登陆名</td>
<td width="360" bgcolor="#AFD7FF" colspan="2" height="25">
<input type="text" name="passname" size="20" value="<%=rs("passname")%>">如果不需stmp认证
则留空</td>
</tr>
<tr>
<td bgcolor="#AFD7FF" height="25" align="center">登陆密码</td>
<td width="360" bgcolor="#AFD7FF" colspan="2" height="25">
<input type="text" name="password1" size="20" value="<%=rs("password")%>">如果不需stmp认证则留空</td>
</tr>
<tr>
<td align="center" height="6" bgcolor="#AFD7FF">发送人</td>
<td width="456" height="6" bgcolor="#AFD7FF" colspan="2">
<input type="text" name="fa" size="25" value="<%=rs("fa")%>"></td>
</tr>
<tr>
<td align="center" height="6" bgcolor="#AFD7FF">发送人信箱</td>
<td width="153" height="6" bgcolor="#AFD7FF">
<input type="text" name="faemail" size="19" value="<%=rs("faemail")%>"></td>
<td width="303" height="6" bgcolor="#AFD7FF">
大多数服务器的stmp有检查发信人邮箱地址,因此最好填写你在该邮件服务器的邮箱地址</td>
</tr>
</table>
</center>
</div>
<div align="center">
<center>
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="550" height="32">
<tr>
<td width="100%" height="32" bgcolor="#00A9E0">
<p align="center">
<input type="submit" value="确 定" name="B1" style="border-style: solid; border-width: 1">
<input type="reset" value="取 消" name="B2" style="border-style: solid; border-width: 1"></td>
</tr>
</table>
</center>
</div>
</form>
<p align="center"> </p>
<%rs.close
conn.close
set rs=nothing
set conn=nothing%><p align="center"> </p>
<p align="center"> <!--#include file="foot.htm"--></p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -