2011-04-27 56 views

回答

0

設置它的高度和寬度,你想最小,並設置其X和Y位置爲0

function poponload() 
{ 
    testwindow = window.open("", "mywindow", "location=1,status=1,scrollbars=1,width=100,height=10"); 
    testwindow.moveTo(0, 0); 
} 

參考文獻:window.open

入住這其中也:resize event