< script language = " JavaScript " type = " text/JavaScript " > function init() { //window.resizeTo(700,500); var top=0,left=0; if(window.name != "myWin") { //top = window.screenTop; //left = window.screenLeft; var oSon = window.open(window.location,"myWin","width=700,height=500"); window.open(window.location,"myWin", 'big', 'fullscreen=yes'); oSon.window.moveTo(top, left); window.opener = ""; window.close(); oSon.focus(); } } </ script > Lib 2007-06-14 16:45 发表评论