日期:2014-05-17 浏览次数:20641 次
<html>
<head>
<title>136邮箱登录</title>
</head>
<body>
<form id="login" name="login" method="post" action="https://reg.163.com/logins.jsp"
target="_self" onsubmit="return loginSubmit(this);">
<div class="s1">
<label for="userName">
用户名</label></div>
<div class="s2">
<input id="userName" name="username" /></div>
<div class="s1">
<label for="password">
密码</label></div>
<div class="s2">
<input id="password" name="password" type="password" /></div>
<input type="submit" value="登录" />
</form>
</body>
</html>
------解决方案--------------------
参考hao123...
------解决方案--------------------
copy hao123.com首页HTML就可
------解决方案--------------------