useradd.asp

来自「XMAIL相关工具」· ASP 代码 · 共 58 行

ASP
58
字号
<% 
'********************************************
'** FileName:	UserAdd.asp
'** Author: 	Zhou Bo		Email:bestfangli@china.com
'** Date: 		2001-03-04
'**	Description: 
'**
'********************************************
 %>
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
	<title>User Add</title>
</head>

<body>

<center>
<font color=blue size=6><b>XMail Web Mail System v0.0.1</b></font>
<hr width="60%" color=red>
</center>

<center>
<form action="UserAdd2.asp" method="post">
<table>
<tr>
	<td>UserName:</td>
	<td><input type=text name=txtUserName></td>
</tr>
<tr>
	<td>Password:</td>
	<td><input type=password name="txtPassword"></td>
</tr>
<tr>
	<td>Confirm:</td>
	<td><input type=password name="txtPassword2"></td>
</tr>
<tr>
	<td>User Type:</td>
	<td>
		<input type=Radio name="txtUserType" value="U" checked>U&nbsp;&nbsp;
		<input type=Radio name="txtUserType" value="M">M
	</td>
</tr>
<tr>
	<td><input type=submit></td>
	<td><input type=reset></td>
</tr>
</table>



</form>
</center>

<!--#include file="bottom.asp"-->

⌨️ 快捷键说明

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