📄 admin_add.asp
字号:
<!--#include file="session.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<LINK href="style.css" rel=stylesheet>
</head>
<script language="VBScript">
<!--
Sub Checkdata()
if admin.admin_name.Value = Empty then
Window.Alert"帐号没有填写"
Exit Sub
End if
if admin.admin_pass.Value = Empty then
Window.Alert"密码没有填写"
Exit Sub
End if
admin.submit
End sub
-->
</script>
<body>
<form name="admin" action="admin_addto.asp" method="POST">
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="1" width="300" height="85">
<tr>
<td width="108" bgcolor="#EEEEEE" align="center" height="34">帐
号:</td>
<td width="182" bgcolor="#EEEEEE" height="34"> <input type="text" name="admin_name" size="20" style="color: #000000; background-color: #EEEEEE; border: 1 solid #000000"></td>
</tr>
<tr>
<td width="108" bgcolor="#EEEEEE" align="center" height="35">密
码:</td>
<td width="182" bgcolor="#EEEEEE" height="35"> <input type="text" name="admin_pass" size="20" style="color: #000000; background-color: #EEEEEE; border: 1 solid #000000"></td>
</tr>
</center>
<tr>
<td colspan="2" width="294" height="14"> <input type="button" value="添加管理员" name="B1" ONCLICK="Checkdata">
<input type="reset" value="取消重来" name="B2"></td>
</tr>
</table>
</div>
</form>
</body>
</form>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -