<HTML>
<HEAD>
<TITLE>滿屏顯示-上海網站建設</TITLE>
</HEAD>
<BODY style="overflow:auto;">
<SCRIPT LANGUAGE="JavaScript">
<!--
var mode=0
function fullme(e)
{
if(document.all)
{
if(top.document.body.offsetWidth==screen.availWidth)
{
top.moveTo(0,0);
top.resizeTo(screen.availWidth,screen.availHeight);
}
else
{
top.moveBy(e.clientX-e.screenX,e.clientY-e.screenY);
top.resizeBy(screen.availWidth-top.document.body.offsetWidth,screen.availHeight-top.document.body.offsetHeight);
}
}
else
{
alert("請使用IE")
}
}
//-->
</SCRIPT>
<button onclick='fullme(event);'>全屏</button>,在現在的框架結構中有bug,點擊左邊的列表前的圖標打開新窗口!
</BODY>