domainadd.asp

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

ASP
41
字号
<% 
'********************************************
'** FileName:	DomainAdd.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>Domain Add</title>
</head>

<body onLoad="top.menu.location.reload()">

<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="DomainAdd2.asp" method="post">
<table>
<tr>
	<td>DomainName:</td>
	<td><input type=text name=txtDomainName></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 + -
显示快捷键?