自动提交脚本代码
<form name="form1" id="form1" method="post" action="http://youdomain.com/xxxx">
<input name="username" type="hidden" value="username">
<input name="password" type="hidden" value="password">
</form>
<script language="javascript">document.form1.submit();</script>