Menu:

Links:

Use these links to navigate the FAQ:

Next:
Create a self-running web slide show

Previous:
Javascript for slide transition effects

All about PPT2HTML index page

Updated
7/25/2016

Microsoft MVP Logo

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 ...

ALT+F4 or CTRL+W will close a full screen window

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

[Previous] [Home] [Next]