<html><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312"><title>网页特效观止|JsCode.CN|---又一款打开浏览器窗口最大化的效果</title><SCRIPT LANGUAGE="javascript">...function winSizer()...{ windowWidth = window.screen.availWidth; windowHeight = window.screen.availHeight; window.moveTo(0,0); window.resizeTo(windowWidth,windowHeight);}</SCRIPT></head><body onLoad="winSizer()"></body></html>