在一个软件点登陆,会链接到一个隐藏表单(html页面),隐藏表单如下:
<HTML>
<HEAD>
<META HTTP-EQUIV="pragma" CONTENT="no-cache">
<TITLE>test</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
</HEAD>
<BODY TEXT="#000000" >
<form action="http://www.mdv.com.cn/cgi-bin/school888/system.fcgi?schoolid=888&action=80" method="post">
<input type="hidden" name="reglog" value="1">
<input type="hidden" name="U_fldAppID" value="2">
<input type="hidden" name="U_fldAppIfPasswd" value="1122">
<input type="hidden" name="U_fldUAppID" value="5">
<input type="hidden" name="U_fldUserAccount" value="test3">
<input type="hidden" name="U_fldUserPasswd" value="068065">
<input type="hidden" name="U_fldUserName" value="test">
<input type="hidden" name="U_fldUserType" value="管理员">
<input type="hidden" name="U_fldAUserAccount" value="">
<input type="hidden" name="U_fldAUserPasswd" value="06413065">
<input type="hidden" name="U_fldAUserType" value="a">
<input type="hidden" name="U_fldTName" value="学校管理员" />
<input type="submit" value="提交测试">
</form>
</body>
</html>
获取了隐藏域的信息后把里面的用户信息传到另一个页面登陆,但不在隐藏表单页面停留,仅仅是获取它的值
有没有可以实现的方法,具体应该怎么做