📄 rereg.asp
字号:
<%if session("admin")="" then
response.Write "<script language='javascript'>alert('网络超时或您还没有登陆!');window.location.href='login.asp';</script>"
response.End
else
if session("flag")>1 then
response.Write "<div align=center><font size=80 color=red><b>您没有此项目管理权限!</b></font></div>"
response.End
end if
end if
%><!-- #Include File=Conn.asp -->
<%
Sql="Select * from InfoList"
Rs.Open Sql,Conn,1,3
WebName=Rs("Name")
WebUrl=Rs("Url")
Rs.Close
Conn.Close
Set Rs=Nothing
Set Conn=Nothing
%>
<script>
function delall()
{
if(confirm("是否将所有统计数据删除?")){return true}
else {return false}
}
</script>
<HTML>
<HEAD>
<TITLE>网站统计分析系统</TITLE>
<META content="text/html; charset=gb2312" http-equiv=Content-Type>
<link rel="stylesheet" href="Info/Style.css">
<style type="text/css">
<!--
.Button { background-color: #000099; height: 22px; color: #FFFFFF; width: 70px}
-->
</style>
</HEAD>
<BODY bgColor=#FFFFFF>
<CENTER>
<!-- #Include File=Header.asp-->
<form method="post" action="Modify.asp" name="frmmodi">
<table width="90%" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#9DB2D4">
<tr bgcolor="#C7D3E6">
<td height="27" colspan="3"><font color="#FFFFFF">设 置 网 站 基 本 信 息</font> </td>
</tr>
<tr bgcolor="#F0F3F8">
<td width="18%" height="27">网站名称:</td>
<td width="55%" height="27">
<input type="text" name="WebName" maxlength="50" size="30" value=<%=WebName%> > </td>
<td width="27%" height="27">* 统计网站的名称 </td>
</tr>
<tr bgcolor="#F0F3F8">
<td width="18%">网站网址:</td>
<td width="55%">
<input type="text" name="WebUrl" maxlength="30" size="30" value=<%=WebUrl%> > </td>
<td width="27%">* 统计网站的网址 </td>
</tr>
<tr bgcolor="#F0F3F8">
<td width="18%">系统密码:</td>
<td width="55%">
<input type="text" name="PassWord" maxlength="20" size="30"> </td>
<td width="27%">* 修改信息的密码</td>
</tr>
<tr bgcolor="#F0F3F8">
<td width="18%">新的密码:</td>
<td width="55%">
<input type="text" name="NewPsw" size="30" maxlength="20"> </td>
<td width="27%"> 更新的密码</td>
</tr>
<tr bgcolor="#F0F3F8">
<td width="18%">验证密码:</td>
<td width="55%">
<input type="text" size="30" maxlength="20" name="Confirm"> </td>
<td width="27%"> 必须与新密码相同</td>
</tr>
<tr align="center" bgcolor="#F0F3F8">
<td colspan="3">
<input type="submit" name="Rereg" value="更改信息" class="Button">
<input type="reset" name="Clear" value="清除重写" class="Button">
<input type="submit" name="Rereg" value="统计重置" class="Button" onclick="return delall()")>
</td>
</tr>
</table>
</form>
<!-- #Include File=End.asp-->
</CENTER>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -