📄 09_05.html
字号:
<html>
<head>
<title>登陆邮件服务器</title>
</head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<body>
<center><h2>
登陆邮件服务器
</h2></center>
<br>
<form Name="receform" action="09_09.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 + -