Website help -full screen script

jamieoliver22

In Runtime
Messages
245
Hiya all!

Is there a script to make a website in full screen (without the start bar, toolbars, lines at the sides and no scrollbars)?

Thanks
Jamie!
 
just add the code to your html

Or add to your php, cgi..

But code like that would make people mad they can't see any of the status bars.

edit:
Well you can make the window go full screen, remove the scroll bars, address bars. but not to take away from the start menu and task bar..

For that to happen you would have to malicisously code your site to allow the computer to execute F11. And that would definatily make me never to return.
 
i have found a code that alows you to open a window full screen but it has a scroll bar at the side. is there anyway to turn them off?

the code is:

Code:
function fullwin(targeturl){
window.open(targeturl,"","fullscreen,scrollbars")

thanks
jamie
 
Back
Top Bottom