action=http://202.204.112.**/user/logonuser2.jsp 
跨域提交?

解决方案 »

  1.   

    是不是 logonuser2.jsp 不允许其它网页提交
      

  2.   

    Try.. 我试了,可以自动提交的.<html>
    <body onload="login.submit()">
    <FORM action=http://202.204.112.**/user/logonuser2.jsp method=post name=login>
    <DIV align=center>你的帐号 <INPUT size=14 name=stu_no value=5338111*** class="in"><br>你的口令 <INPUT 
          type=password size=14 value=****** name=passwd  class="in"><br>你的地址 <INPUT readOnly size=14 
          value='222.28.124.**' name=ipaddr  class="in"><br><INPUT type=radio CHECKED value=3 
          name=operation>免费<INPUT type=radio value=1 name=operation>收费<BR><INPUT type=submit value=连接网络 name=submit1  class="bginput"> <INPUT type=submit value=中断连网 name=submit1 class="bginput"> <INPUT type=submit value=账号管理 name=submit1 class="bginput"></DIV>
    </form>
    </body>
    </html>