http头问题求救!!!
我想在我的页面上实现登陆到另一个外网的页面,可是在提交数据后外网的页面检查引用页地址不对(我的地址是http://localhost/last/login.asp,而它的是http://rtx.tencent.com/rtx_web_check_login.htm),老是提示说数据错误,以下是我的代码:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>自动登陆RTXWEB</title>
</head>
<body >
<p><center><strong>用户登陆</strong></center><p>
<form name="form" action="http://rtx.tencent.com/cgi-bin/rtx_web_check_login" method="get" >
<p><p>
总机号:<input name="rtxid" id="rtxid" type="text" ><p>
WEB密码:<input name="webpw" id="webpw" type="password" ><p>
用户名:<input name="username" id="username" type="text" ><p>
密码: <input name="password" id="password" ><p>
<input type="submit" name="B1" value="登陆">
</form>
</body>
</html>
现在想问的是在form中提交的时候怎么发送个http://rtx.tencent.com/rtx_web_check_login.htm这样的http头啊,请帮帮记忙,谢了!!!