页面中是不是还有其他javascript代码,有可能是编译错误,所有代码都不执行。

解决方案 »

  1.   

    这是页面代码:
    <html>
    <head>
    <title>xxxxx</title>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
    </head>
    <body onload="top.resizeTo(300,200);">
    sadsasd
    </body>
    </html>
    我下载人家代码.然后用我机打开.人家页面里的resizeto一样起不了作用啊
      

  2.   

    还有我把window.open("xxx.asp","", "...,fullscreen=yes,...")
    的fullscreen=yes去掉.resizeto就可以了.
      

  3.   

    IE是6.0的.难道6.0的在fullscreen下都不支持resizeto了吗?
      

  4.   

    fullscreen 的窗口无法 RESIZE,还想做无边框的窗口呢,IE6下不可能了:(