//視窗最大化
//將視窗左上端點位置移到螢幕最左上角
top.window.moveTo(0, 0);
//視窗大小重新調整
if (document.all)
{
top.window.resizeTo(screen.availWidth, screen.availHeight);
}
else if (document.layers || document.getElementById)
{
if (top.window.outerHeight < screen.availHeight || top.window.outerWidth < screen.availWidth)
{
top.window.outerHeigh = screen.availHeight;
top.window.outerWidth = screen.availWidth;
}
}
分享 ASP,ASP.NET,VB,C#,程式開發,網站設計,部落格,微網誌,網路行銷,facebook 行銷,噗浪行銷,社群行銷,電腦硬體軟體,網路賺錢等資訊內容。『噗落格』裡的文章大多是從各網站摘錄(轉貼)下來的,僅提供研究及筆記之用途,如有侵權請留言告知!一開始不打算賺錢,一個不可能中的可能
2010年2月11日 星期四
[JavaScript][document] 開啟瀏覽器視窗後最大化視窗
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言