主题:  如何最小化全屏页面啊?

sAvage.Tang

职务:普通成员
等级:1
金币:0.0
发贴:26
注册:2001/7/10 20:09:16
#12003/8/21 17:50:24
我是用
function splash(file) {
    splashWidth = screen.width;
    splashHeight = screen.height;
    if(ie && !isMac) splashRef = open(file , "splashWin" ,'fullscreen=1,toolbar=0,location=0,status=0,menubar=0,scroll=0,resizable=0');    else document.location = file    
}
来打开全屏页面的。
我想加个按钮能最小化,哪位能告诉我JS怎么做啊?



浮尘

职务:普通成员
等级:3
金币:7.0
发贴:1258
注册:2001/11/19 12:41:09
#22003/8/22 15:26:03



我佛山人

职务:版主
等级:4
金币:16.0
发贴:2269
注册:2002/8/7 15:09:27