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

📄 add_admin.asp

📁 购物系统时尚版.强大的后台文章编辑器的功能
💻 ASP
字号:
<!--#include file="chk.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>增加管理员</title>
<LINK href="style.css" rel=stylesheet type=text/css>
</head>

<body>
<!--#include file="TopManu.asp"-->
<div align="center">
<table border="0" width="100%" id="table1" cellspacing="0" style="border-collapse: collapse" cellpadding="0">
	<tr>
		<td background="image/admintoptdbg.gif">
		<p align="left">
		<img border="0" src="image/title_arrow.bmp" width="17" height="27" align="absmiddle"><font color="#808080"><b>新增管理员</b></font></td>
	</tr>
</table>
<table width="100%"  border="0" cellspacing="0" style="border-right:1px solid #C0C0C0; border-bottom:1px solid #C0C0C0; padding-left: 4px; padding-right: 4px; padding-top: 1px; padding-bottom: 1px; border-left-style:solid; border-left-width:1px; border-top-style:solid; border-top-width:1px" cellpadding="4">
<form action="save_manager.asp" method="post">
 <tr>
    <td width="266" height="20"><div align="right">用户名:</div></td>
    <td width="487" height="20">
	<input name="username_m" type="text" id="username_m" maxlength="20" size="38">
      *</td>
  </tr>
  <tr>
    <td width="266" height="20"><div align="right">密码:</div></td>
    <td width="487" height="20">
	<input name="password_m" type="password" id="password_m" maxlength="20" size="43">
      *</td>
  </tr>
  <tr>
    <td width="266" height="20"><div align="right">密码确认:</div></td>
    <td width="487" height="20">
	<input name="password_m2" type="password" id="password_m2" maxlength="20" size="43">
      *</td>
  </tr>
  <tr>
    <td colspan="2" height="20"><div align="center">
      <input type="submit" name="Submit" value="确定">
      <input type="reset" name="Submit" value="重置">
    </div></td>
  </tr>
</form>
</table>
</div>
<table border="0" width="760" id="table3" cellspacing="0" cellpadding="0" align=center>
	<tr>
		<td align=right><input TYPE="button" VALUE="刷新本页" ONCLICK="location.reload()"> </td>
	</tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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