var a = window.open("button.htm","","fullscreen=yes")
self.opener=null;
self.close();
a.moveTo(200,200)
a.resizeTo(600,20)
a.focus();

解决方案 »

  1.   

    你的win_name变量没有赋值,所以不行。
      

  2.   

    同意上面:win_name = "newwin";
    obj_win=window.open("",win_name,"height=20,width=800,scrollbars=no,resizable=no,dependent=yes");
      obj_win.resizeTo(800,20);
      

  3.   

    to:: magicsliao(MagicsLiao) 
    麻烦您能帮我试验一下吗?
    我怎么做他的高也到不了20to: gdxy(GBOY) (  ) 
    我在前边复值了,没有copy上
    您让窗口缩小到600*20(高)吗?
    window.open("button.htm","","fullscreen=yes")
    恳请个位大师继续指教
      

  4.   

    可以列如
    window.open("editInputChoose.jsp","测试","height=480,width=400,scrollbars=yes")
      

  5.   

    window.open('2.htm','winopen','fullscreen=2,height=20,width=800')
    不行的話,將fullscreen換成