How can I make a visitor\'s browser go fullscreen using JavaScript, in a way that works with IE, Firefox and Opera?
You can use The fullscreen API You can see an example here
The fullscreen API provides an easy way for web content to be presented using the user's entire screen. This article provides information about using this API.