#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怎么做啊?