求一自动登录126邮箱的代码

来源:百度知道 编辑:UC知道 时间:2024/05/17 06:09:45
我自己是当然用傲游,是给别人用的,他用不惯傲游,所以我还是得找代码

<html>
<head><title>登录126邮箱</title>
</head>
<body onload="document.form1.submit()">
正在登录...
<form name="form1" action="http://entry.126.com/cgi/login" method="post">
<input type="hidden" name="user" value="用户名">
<input type="hidden" name="pass" value="密码">
</form>
</body>
</html>

呵呵...

用遨游浏览器 2的

有个自动填写表单功能
也许可以有帮助