📄 add.asp
字号:
<!--#include file="passinc.asp" -->
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" content="text/html; charset=gb_2312-80">
<TITLE>邮局中心</TITLE>
<LINK href="..\images\hwem.css" rel=stylesheet>
</HEAD>
<script language="JavaScript">
<!--
function theright(rurl) {
var mrstr = String(Math.random());
location.href = rurl + "?GRSN=" + mrstr.substring(2, 10);
}
//-->
</script>
<body bgcolor="#FFFFFF">
<form method="POST" action="save.asp" >
<p> </p>
<table width="72%" border="0" align="center" cellspacing="0" bgcolor="#dbeaf5" height="259">
<tr>
<td height="18" width="19%" style='border-top:1px #8CA5B5 solid; border-bottom:1px #8CA5B5 solid; border-right:1px #8CA5B5 solid;'>
<div align="center">用户名:</div>
</td>
<td height="18" width="81%" style='border-top:1px #8CA5B5 solid; border-bottom:1px #8CA5B5 solid;'>
<input type="text" name="name" size="15" value="webmaster" class="textbox">
</td>
</tr>
<tr>
<td height="12" width="19%" style='border-bottom:1px #8CA5B5 solid; border-right:1px #8CA5B5 solid;'>
<div align="center">密码:</div>
</td>
<td height="12" width="81%" style='border-bottom:1px #8CA5B5 solid;'>
<input type="password" name="pwa" size="15" class="textbox">
</td>
</tr>
<tr>
<td height="6" width="19%" style='border-bottom:1px #8CA5B5 solid; border-right:1px #8CA5B5 solid;'>
<div align="center">公司:</div>
</td>
<td height="6" width="81%" style='border-bottom:1px #8CA5B5 solid;'>
<input type="text" name="com" class="textbox">
</td>
</tr>
<tr>
<td height="9" width="19%" style='border-bottom:1px #8CA5B5 solid; border-right:1px #8CA5B5 solid;'>
<div align="center">域名:</div>
</td>
<td height="9" width="81%" style='border-bottom:1px #8CA5B5 solid;'>
<input type="text" name="domain" class="textbox">
</td>
</tr>
<tr>
<td height="13" width="19%" style='border-bottom:1px #8CA5B5 solid; border-right:1px #8CA5B5 solid;'>
<div align="center">地址:</div>
</td>
<td height="13" width="81%" style='border-bottom:1px #8CA5B5 solid;'>
<input type="text" name="add" class="textbox">
</td>
</tr>
<tr>
<td height="14" width="19%" style='border-bottom:1px #8CA5B5 solid; border-right:1px #8CA5B5 solid;'>
<div align="center">电话:</div>
</td>
<td height="14" width="81%" style='border-bottom:1px #8CA5B5 solid;'>
<input type="text" name="tel" class="textbox">
</td>
</tr>
<tr>
<td height="20" width="19%" style='border-bottom:1px #8CA5B5 solid; border-right:1px #8CA5B5 solid;'>
<div align="center">传真:</div>
</td>
<td height="0" width="81%" style='border-bottom:1px #8CA5B5 solid;'>
<input type="text" name="fax" class="textbox">
</td>
</tr>
<tr>
<td height="24" width="19%" style='border-bottom:1px #8CA5B5 solid; border-right:1px #8CA5B5 solid;'>
<div align="center">邮编:</div>
</td>
<td height="24" width="81%" style='border-bottom:1px #8CA5B5 solid;'>
<input type="text" name="post" size="40" value="" class="textbox">
</td>
</tr>
<tr>
<td height="2" colspan="2" style='border-bottom:1px #8CA5B5 solid; border-right:1px #8CA5B5 solid;'>
<div align="center">
<input type="submit" name="Submit" value="提 交" class="Bsbttn">
<input type="button" value=" 取消 " onClick="javascript:location.href='../right.asp?<%=getGRSN() %>';" class="Bsbttn" name="button">
</div>
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -