var oWin=window.open('player.htm','Player','fullscreen=1,toolbar=0,scrollbars=0,resizable=0,menubar=0');
oWin.resizeTo(300,250);
oWin.moveTo((screen.availWidth-200)/2 ,(screen.availHeight-250)/2);

解决方案 »

  1.   

    qiushuiwuhen(秋水无恨) 不行的,还是改不了
    而且我要的是没有任何标题栏地址栏,白纸的那种
      

  2.   

    <script>
    var popup=createPopup();
    popup.document.write("player.htm")
    popup.show(300,250,(screen.availWidth-200)/2 ,(screen.availHeight-250)/2);
    </script>
      

  3.   

    Much Attention To this subject
      

  4.   

    popup.document.write("player.htm")popup 还可以直接 write 一个 html 文件???...
    这个倒是新鲜, 谢过秋水.
      

  5.   

    晕..... 被骗了........ 原来只是写了个 player.htm 的文本. -_-!
    我就觉得奇怪呢,还以为能直接把某html文件内容写进去..........