📄 add_admin_user.asp
字号:
<!--#include file="session.asp"-->
<!--#include file="../include/code.asp"-->
<%
'**********************************
'版本:host_free 3.0 *
'官方网站:http://www.850518.com *
'技术论坛:http://forum.850518.com *
'qq:54455245 (欢迎咨询商业版) *
'msn: steven_bass@msn.com *
'手机:(0)13632779827 *
'mail:wtez@vip.163.com *
'版权所有,请保留该信息,谢谢合作 *
'**********************************
%>
<html>
<head>
<meta http-equiv="content-language" content="zh-cn">
<meta http-equiv="content-type" content="text/html; charset=gb2312">
<meta name="generator" content="microsoft frontpage 6.0">
<meta name="progid" content="frontpage.editor.document">
<link href="style.css" rel=stylesheet>
</head>
<body style="background-color: #eeeeee">
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="1" width="600" bgcolor="#626262">
<tr>
<td height="20"> <%call user_title%></td>
</tr>
<tr>
<td height="500" bgcolor="#ffffff">
<div align="center">
<table border="0" cellpadding="0" cellspacing="1" width="400" id="table1">
<form method="post" action="add.asp?action=add_admin_user">
<tr>
<td width="102" height="25" align="right">登陆帐号:</td>
<td width="295" height="25"> <input type="text" name="admin_name" size="30"></td>
</tr>
<tr>
<td width="102" height="25" align="right">登陆密码:</td>
<td width="295" height="25"> <input type="password" name="admin_pass" size="30"></td>
</tr>
<tr>
<td width="102" height="25" align="right">重复密码:</td>
<td width="295" height="25"> <input type="password" name="admin_pass2" size="30"></td>
</tr>
<tr>
<td colspan="2" height="25">
<p align="center">
<input type="submit" value="提交添加" name="b3">
<input type="reset" value="重置" name="b4"></td>
</tr>
</form>
</table>
</div>
</td>
</tr>
</table>
</center>
</div>
</body>
</html>
<%
'**********************************
'版本:host_free 3.0 *
'官方网站:http://www.850518.com *
'技术论坛:http://forum.850518.com *
'qq:54455245 (欢迎咨询商业版) *
'msn: steven_bass@msn.com *
'手机:(0)13632779827 *
'mail:wtez@vip.163.com *
'版权所有,请保留该信息,谢谢合作 *
'**********************************
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -