<html>
<head><title>自动填表</title>
</head> <body οnlοad="document.form1.submit()"> 正在跳转...
<form name="form1" action="post的网址" method="post">
<input type="hidden" name="username" value="用户名">
<input type="hidden" name="password" value="密码">
</form>
</body>
</html>