| 方法1:在父窗口實(shí)現(xiàn) <script language="javascript">window.open("default.aspx", "page1", "width=" + screen.width + ",height=" + screen.height + ",top=0,left=0,toolbar=yes,menubar=yes,scrollbars=yes,resizable=yes,location=yes,status=yes");</script> 如果要滿屏,加上一個(gè) fullscreen=yes 方法2:在子窗口實(shí)現(xiàn) <body onload="javascript:init()"> <script language="JavaScript"> 
 function init(){ | 
|  |