?? loginmail.html
字號:
<html>
<head>
<title>登陸郵件服務器</title>
</head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<body bgcolor="#CFF1E1">
<center><h2>
登陸郵件服務器
</h2></center>
<br>
<form Name="receform" action="checkloginmail.jsp" method="post">
<table width="70%" border="0" align="center">
<tr>
<td width="30%">郵件主機名:</td>
<td width="70%" align="center">
<input name="host">
</td>
</tr>
<tr>
<td width="30%">用戶名:</td>
<td width="70%" align="center">
<input name="user">
</td>
</tr>
<tr>
<td width="30%">密碼:</td>
<td width="70%" align="center">
<input type="password" name="password">
</td>
</tr>
<tr>
<td colspan=2 align="center">
<br><br><a href="javascript:receform.submit();">進入我的郵箱</a>
</td>
</tr>
</table>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -