adminer.asp

来自「吻宇考试管理系统源码 吻宇考试管理系统源码」· ASP 代码 · 共 79 行

ASP
79
字号
<!--#include file=checkuser.asp-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>吻宇网络管理系统</title>
<style type="text/css">
<!--
body {
	background-color: #EFF8FE;
}
body,td,th {
	font-size: 12px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #000000;
}
-->
</style>
<script language="JavaScript" type="text/JavaScript">
<!--
function formCheck() 
{
if (document.cnwy.user.value == "") 
{
alert("管理员的帐号不能为空!");
return false;

}

if (document.cnwy.pass.value == "")

{

alert("管理员的密码不能为空!");

return false;
}
}
-->
</script>
</head>
<body>
<form method="post" name="cnwy" action="adminer_add.asp" onSubmit="return formCheck()">
  <table width="352" height="90" border="0" align="center" cellpadding="1" cellspacing="1" bgcolor="#67B0ED">
    <tr bgcolor="#EFF8FE">
      <td colspan="2"><div align="center">管理员帐号增加</div></td>
    </tr>
    <tr bgcolor="#EFF8FE">
      <td width="82">管理员帐号:</td>
      <td width="260"><input name="user" type="text" id="user"></td>
    </tr>
    <tr bgcolor="#EFF8FE">
      <td>管理员密码:</td>
      <td><input type="password" name="pass" id="pass"></td>
    </tr>
    <tr bgcolor="#EFF8FE">
      <td colspan="2"><div align="center">
        <input type="submit" name="Submit"  value="添加">
        <input type="reset" name="Submit2" value="清除">
      </div></td>
    </tr>
  </table>
</form>
</body>
</html>

⌨️ 快捷键说明

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