SpiderBear6
Programmer
Does anyone know how to turn off the toolbar and menu bar for ie from within a page..? I have tried the following but IE doesn't know what Explorer means...
Sub window_onLoad()
dim exp
set exp=Explorer
exp.fullscreen=true
End Sub
Sub window_onUnload()
dim exp
set exp=Explorer
exp.fullscreen=false
end sub
Cheers all.
--------------------------------------
"We are star-stuff. We are the universe made manifest trying to figure itself out."
-- Delenn in Babylon 5 - "A Distant Star"
Sub window_onLoad()
dim exp
set exp=Explorer
exp.fullscreen=true
End Sub
Sub window_onUnload()
dim exp
set exp=Explorer
exp.fullscreen=false
end sub
Cheers all.
--------------------------------------
"We are star-stuff. We are the universe made manifest trying to figure itself out."
-- Delenn in Babylon 5 - "A Distant Star"