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

📄 main.asp

📁 邮件发送系统 sql与vb实现的 能完成在线的邮件发送与管理
💻 ASP
字号:
<%
	'检查用户是否已经经过登陆验证了
	if session("admin") = "" and session("flag") = "" Then
		'如果没有登陆,则输出出错信息
		'要求用户进行登陆
		response.write "<br><br><br>"
		response.write "<table align='center' width='300' border='1' cellpadding='0' cellspacing='0' bordercolor='#999999'>"
		response.write "<tr bgcolor='#999999'>"
		response.write "<td colspan='2' height='15'>"
		response.write "<div align='center'><font color='#FFFFFF'>操作: 确认身份失败!</font></div>"
		response.write "</td>"
		response.write "</tr>"
		response.write "<tr>"
		response.write "<td colspan='2' height='23'>"
		response.write "<div align='center'><br><br>"
		response.write "非法登陆,您的操作已经被记录!!! <br><br>"
		response.write "<a href='javascript:onclick=history.go(-1)'>返回</a>"        
		response.write "<br><br></div></td>"
		response.write "</tr></table>" 

		'终止响应
		response.end
	end If
%>
<html>
<link rel="stylesheet" href="style.css">
<table border="0" cellspacing="1" width="57%" align=center height="247">
 <tr><td width="49%"> </td><td width="27%"> </td></tr>
 <tr><td colspan="2"><p align=center><b>管理系统管理页面</b></td></tr>
 <tr><td height="14" nowrap>管理员操作说明:</td><td height="14" width="27%"></tb></tr>
 <tr><td nowrap height="21">1、通过Web添加短信,请选择添加条件。</td>
	<td height="21" width="27%" nowrap>操作用户:所有管理员</td></tr>
 <tr><td nowrap>2、对已经添加的短信修改或删除,请点左边相关连接进行操作。</td><td width="27%" nowrap>操作用户:超级管理员,普通管理员</td></tr>
 <tr><td nowrap>3、对其他栏目进行添加修改删除,请点左边相关连接进行操作。</td><td width="27%" nowrap>操作用户:超级管理员</td></tr>
 <tr><td nowrap>4、用户的管理,请点左边相关连接进行操作。</td><td width="27%" nowrap>操作用户:超级管理员</td></tr>
 <tr><td nowrap>5、为了系统的安全性,离开管理请点击<font color=red>[退出系统]</td>
 <tr><td nowrap>6、点击相关连接可以查看短信发送记录。</td><td width="27%"></td></tr>
</table>
</html>

⌨️ 快捷键说明

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