📄 mail.asp
字号:
<!--#include file="top.asp"-->
<html>
<head>
<title>联捷在线---邮箱申请</title>
<META HTTP-EQUIV="Content-Type" content="text/html; charset=gb_2312-80">
<LINK href="images\hwem.css" rel=stylesheet>
<SCRIPT LANGUAGE=javascript>
<!--
function checkpw(){
if (fc.username.value == "")
{
alert("用户名不可为空");
fc.username.focus();
return ;
}
if (fc.pw.value == "")
{
alert("密码不可为空");
fc.pw.focus();
return ;
}
if (fc.pw1.value == "")
{
alert("密码不可为空");
fc.pw1.focus();
return ;
}
if (fc.pw.value != fc.pw1.value)
alert("输入的密码不相同");
else
fc.submit();
}
//-->
</script>
</head>
<body>
<br><br>
<div align="center">
<form name="fc" METHOD="POST" action="http:// ">
<table width="450" border="0" align="center" cellspacing="0" bgcolor="#EFF7FF" height="254">
<tr bgcolor="#dbeaf5">
<td height="28" align="center" nowrap height="28" style="border-left:1px #8CA5B5 solid; border-top:1px #8CA5B5 solid; border-right:1px #8CA5B5 solid; border-bottom:1px #8CA5B5 solid;"><b>
<font class="s" color="#FF0000">联捷</font><font class="s">数码</font><font class="s" color="#104A7B">邮箱申请</font></b></td>
</tr>
<tr align="center">
<td><br>
<div align="center">
<table width="90%" border="0">
<tr>
<td>
<div align="center"></div>
</td>
</tr>
<tr>
<td height="1">
<div align="center">
<hr size="1">
</div>
</td>
</tr>
<tr>
<td height="1">
<div style="font-size:9pt;"> 请输入您想申请的用户名以及密码信息,并选择域名</div>
</td>
</tr>
<tr>
<td height="1">
<div align="center">
<hr size="1">
</div>
</td>
</tr>
<tr>
<td height="1">
<div align="center">
<table width="60%" border="0">
<tr>
<td height="30" style="font-size:9pt;"><font class="s" color="#104A7B"><b>用户名:</b></font></td>
<td height="30">
<input type="text" name="username" value="" maxlength="32" class="textbox" size="20">
</td>
</tr>
<tr>
<td height="30" style="font-size:9pt;"><font class="s" color="#104A7B"><b>域名:</b></font></td>
<td height="30">
<select name="domain" class="drpdwn" size="1">
<option value='ljdns.com' selected>ljdns.com</option>
</select>
</td>
</tr>
<tr>
<td height="30" style="font-size:9pt;"><font class="s" color="#104A7B"><b>密码:</b></font></td>
<td height="30">
<input type="password" name="pw" maxlength="32" class="textbox" size="20">
</td>
</tr>
<tr>
<td height="30" style="font-size:9pt;"><font class="s" color="#104A7B"><b>确认密码:</b></font></td>
<td height="30">
<input type="password" name="pw1" maxlength="32" class="textbox" size="20">
</td>
</tr>
</table>
</div>
</td>
</tr>
</table><br>
</div>
</td>
</tr>
<tr>
<td height="40" bgcolor="#ffffff" align="right">
<p align="center">
<input type=submit name="submit" value="申 请"> <input type="reset" value="重 置" name="B1">
</td>
</tr>
</table>
</form>
</div>
</body>
</html>
<!--#include file="copyright.asp"-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -