📄 dl.asp
字号:
<!--#include file="conn.asp"-->
<%
dim path
dim title
if request.querystring("method")="" then '看request.querystring("method")是否为空
response.redirect "error.asp?errorid=8"
else
if request.querystring("method")="news" then
path="chkdl.asp?method=news" '根据method的值来确定path的值
title=" 编辑成员新闻发布"
elseif request.querystring("method")="gzl" then
path="chkdl.asp?method=gzl"
title=" 编辑成员站修改资料"
elseif request.querystring("method")="admin" then
path="chkdl.asp?method=admin"
title=" 联盟管理员登陆"
else
response.redirect "error.asp?errorid=8" '如果method不等于三个中的任何一个的话就推出
end if
end if
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>::::52CM梦工场::::52CM DREAM Work Place::::网页品点联盟</title>
<style>
a{text-decoration:none}
a{color:#000000}
td{font-size:9pt}
.stedit { background-color:#cccccc;BORDER-BOTTOM: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; FONT-SIZE: 9pt; border-color: #333333;font-color:#ffffff;}
A:hover {
TEXT-DECORATION: underline}
</style>
<script>
function winpop()
{
window.open("aboutme.htm","","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width=550,height=370,top=0,left=0")
}
</script>
</head>
<body topmargin=0 leftmargin=0 bgcolor=#000000>
<!--#include file="head.asp"-->
<center>
<TABLE border=0 cellPadding=0 cellSpacing=0 width=778>
<tr><td valign=top height=20 bgcolor=#999999>
</td>
<td width=235 rowspan=2 valign=top>
<Iframe frameborder=0 scrolling=no width=245 height=270 src="mb/mb_notice.asp" offsetheight=0>
</Iframe>
</td></tr>
<tr><td align=center height=220 valign=top bgcolor=#999999>
<br>
<TABLE border=0 cellPadding=0 cellSpacing=0 width="400" bgcolor=#ffffff background="pic/bg.gif">
<tr><td>
<table cellspacing=0 cellpadding=0 height=20 width=400>
<tr><td bgcolor=#999999 width=20><img src="pic/j4.gif"></td>
<td bgColor=#666666> <font color=#cccccc>::当前位置>>><%=title%></font></td>
</tr>
</table>
</td></tr>
<tr><td height=25></td></td>
<TR>
<TD width="100%" align=center valign=top>
<form method="post" action=<%=path%>>
<table cellspacing=1 cellpadding=5 width=250 bgcolor="#000000">
<tr><td bgcolor="#666666" height=20> <font color="#ffffff"> 用户:</font>
<input type="text" name="txtuser" size="14" class="stedit">
<%if request.querystring("method")="gzl" then '如果method=gzl(就是改资料)就显示要用户选择身份的select%>
<select name="shenfen" class=stedit>
<option value='null'>您的身份</option>
<option value='dsmember'>待审站点</option>
<option value='member'>联盟成员</option>
</select>
<%end if%>
</td></tr>
<tr><td bgcolor="#666666"> <font color="#ffffff"> 密码:</font>
<input type="password" name="txtpass" size="21" class="stedit"></td></tr>
<tr><td bgcolor="#cccccc" align=center><input type="submit" name="b1" value="确 定" class="stedit"> <input type="reset" value="重 来" class="stedit"></td></tr>
</form>
</table>
</td></tr>
<tr><td height=25></td></tr>
<tr><td>
<table width=400 height=20 cellspacing=0 cellpadding=5 bgcolor=#666666>
<tr><td align=center><font color=#cccccc>由于没有找到SMTP的服务空间,用户忘记密码的话请<a href="mailto:52cm@sohu.com" style="color:#ffffff">发信给编辑</a></font></td></tr>
</table>
</td></tr>
</table>
</td></tr>
</table>
<table width="778" valign=bottom cellspacing=0 cellpadding=0>
<tr><td align="right" bgcolor=#999999 width="724"><img src="pic/bottom2.gif"></td>
<td width="54" bgcolor="#000000"></td>
</tr>
</table>
<table width="778" height="45" bgcolor="#000000" cellspacing=0 cellpadding=0>
<tr><td align="center" align="center"><font color="#ffffff">Modification And Program By : 52CM工作室</font></td></tr>
</table>
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -