这样火狐和ie都不能变换大小的<script>
window.open('循环输出div.html','newwindow','height=100,width=400,top=0,left=0,toolbar=no,menubar=no,scrollbars=no,resizable=no,location=no,status=no') 
</script>

解决方案 »

  1.   

    FF是不支持showmodeldialog()的如果真解决不了的话就用DIV模拟弹出窗口吧
    自己定义的想怎么做就怎么做
      

  2.   

    楼主瞧瞧你什么口气?我都懒得说你没文化。
    还有5楼,showModalDialog()FF毫无疑问是支持的.
      

  3.   

    vReturnValue = window.showModalDialog(sURL [, vArguments] [, sFeatures])
      

  4.   

    就算在 IE 中,也可以将 windows.open 的窗口设置为 Tab 窗口,也就是说也可以改变大小。
      

  5.   

    是Firefox的一个Bug
    Bug 177838 – Make all popup windows resizable, ignoring resizable=no 
    ----------------------------------------------------------------------------
    详细参照下连接
    https://bugzilla.mozilla.org/show_bug.cgi?id=177838
      

  6.   

    这个BUG的话。。请问在浏览器我可以设置些东西让他窗口固定吗?????还是需要什么插件?