How can I make a visitor\'s browser go fullscreen using JavaScript, in a way that works with IE, Firefox and Opera?
In Firefox 10, you can make the current page go fullscreen (real fullscreen with no window chrome) using this javascript:
window.fullScreen = true;