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

📄 man_user.asp

📁 基于ASP开发的聊天室源码
💻 ASP
字号:
<%
Response.Expires=0
Response.ExpiresAbsolute = Now() - 1
Response.AddHeader "Pragma","No-Cache"
Response.AddHeader "Cache-Control","Private"
Response.CacheControl = "No-Cache"
if not IsArray(Session("info")) then Response.Redirect "err.asp?kind=20"
info=Session("info")
if InStr(Application("maninfo"),"," & info(0) & ",")<>0 then Response.Redirect "manyou.asp"
gradeinfo=Application("gradeinfo")
if gradeinfo(info(1),24)<>true then Response.Redirect "err1.asp?kind=20"
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>帐号管理</title>
<style>
<!--
fieldset     { font-size: 10pt }
a:active     { color: #000000; font-size: 10pt ;text-decoration: none}
a:link       { color: #000000; font-size: 10pt ;text-decoration: none}
a:visited    { color: #000000; font-size: 10pt ;text-decoration: none}
a            { color: #000000; font-size: 10pt ;text-decoration: none}
a:hover      { color: #000000; font-size: 10pt ;text-decoration: none}
-->
</style>
<script>
function man1(){
window.open('man_user_addlockuser.asp','man','height=210,width=310,left=150,top=60,resizable=no,scrollbars=auto,status=no,toolbar=no,menubar=no,location=no');
}
function man2(){
window.open('man_user_dellockuser.asp','man','height=210,width=310,left=150,top=60,resizable=no,scrollbars=auto,status=no,toolbar=no,menubar=no,location=no');
}
function man3(){
window.open('man_user_alllockuser.asp?del=yes','manwin','height=460,width=770,left=10,top=20,resizable=no,scrollbars=auto,status=no,toolbar=no,menubar=no,location=no');
}
function man4(){
window.open('man_user_deluser.asp','man','height=210,width=310,left=150,top=60,resizable=no,scrollbars=auto,status=no,toolbar=no,menubar=no,location=no');
}
function man5(){
window.open('man_user_changename.asp','man','height=210,width=310,left=150,top=60,resizable=no,scrollbars=auto,status=no,toolbar=no,menubar=no,location=no');
}
function man6(){
window.open('man_user_changepass.asp','man','height=210,width=310,left=150,top=60,resizable=no,scrollbars=auto,status=no,toolbar=no,menubar=no,location=no');
}
function man7(){
window.open('man_user_changeinfo.asp','man','height=210,width=310,left=150,top=60,resizable=no,scrollbars=auto,status=no,toolbar=no,menubar=no,location=no');
}
function man8(){
window.open('man_user_all.asp?del=yes','manwin','height=460,width=770,left=10,top=20,resizable=no,scrollbars=auto,status=no,toolbar=no,menubar=no,location=no');
}
function man9(){
window.open('man_user_alllockgrade.asp?del=yes','manwin','height=460,width=770,left=10,top=20,resizable=no,scrollbars=auto,status=no,toolbar=no,menubar=no,location=no');
}
function manall(){
window.open("findother.asp","newwindow2","height=325,width=460,left=150,top=60,resizable=no,scrollbars=auto,status=no,toolbar=no,menubar=no,location=no");
}
</script>
</head>
<body bgcolor="buttonface" style="border: 3px double buttonface">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="46%" id="AutoNumber1" height="62">
  <tr>
    <td width="100%" height="150">
      <fieldset style="padding: 2; width:281; height:221">
      <legend><img border="0" src="images/welcome.gif">帐号管理</legend>
      <div align="center"><br>
        <a href="javascript:man1();">添加永久保留的帐号</a><br>
        <a href="javascript:man2();">取消永久保留的帐号</a><hr>
        <a href="javascript:man4();">删除帐号</a><hr>
        <a href="javascript:man5();">更该某个帐号的名字</a><br>
        <a href="javascript:man6();">更该某个帐号的密码</a><br>
        <a href="javascript:man7();">更该某个帐号的信息</a><hr>
        <a href="javascript:man8();">列出所有帐号及详细信息</a><br>
        <a href="javascript:man3();">列出所有永久保留的帐号</a><br>
        <a href="javascript:man9();">列出所有级别锁定的帐号</a><br>
        <a href="javascript:manall();">高度自由按要求列出帐号</a><br>
 </div>
      </fieldset>
    </td>
  </tr>
  <tr>
    <td width="100%" align="right"><input type="button" value="上一步" name="a1" disabled><input type="button" value="下一步" name="a2" disabled>
    <input type="button" value="完成" name="a3" disabled><input type="button" value="取消" name="a4" onclick="javascript:window.close();"></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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