Javascript to open a full screen window
This code creates a link that opens a fullscreen browser window on our home page.
<a href="javascript:void(0);" onClick="window.open('http://www.rdpslides.com/index.html', '', 'fullscreen=yes, scrollbars=auto');">Open Full Screen Window</a>
Here it is again as a live, working link. But before you click it, remember this ...
And so far as I know, it's the only way, short of additional Javascript, to close the window, so before you click this link, memorize ALT+F4 or CTRL+W. And before you use this code in your own pages, be sure you give your users some other way to close the window.
OK. Here you go:
Open Full Screen Window