outerwidth 屬性是一個只讀的整數(shù),聲明了整個窗口的寬度。
window.outerwidth=pixels
提示:IE 不支持此屬性,且沒有提供替代的屬性。
下面的例子可把新窗口設(shè)置為 100x100 像素:
<html> <body> <script type="text/javascript"> myWindow=window.open('','') myWindow.outerheight="100" myWindow.outerwidth="100" myWindow.document.write("This is 'myWindow'") myWindow.focus() </script> </body> </html>
如對本文有疑問,請?zhí)峤坏浇涣髡搲?,廣大熱心網(wǎng)友會為你解答??! 點擊進入論壇
Powered by 365建站網(wǎng) RSS地圖 HTML地圖
copyright © 2013-2024 版權(quán)所有 鄂ICP備17013400號