安全问题,浏览器当然要做限制.

解决方案 »

  1.   

    <meta http-equiv="Refresh" content="60; URL=reg2.htm">
    <html>
    <head>
    </head>
    <title>
    </title>
    <frameset rows="0,*" framespacing="0" border="0" frameborder="0">
    <frame name="top" noresize scrolling="no">
    <frame name="bottom" src="http://安装epppro的路径/login.php?username=帐号名password=帐号密码&x=0&y=0
    " noresize scrolling="auto">
    <noframes>
    <body>
    </body>
    </noframes>
    </frameset>
    </html>
    ==
    有人用这种方法 但是如果远程程序限制必须post 不能get就不行了
    那请问 跨站提交还有什么方法呢
      

  2.   

    脚本本来就不允许跨域执行的。