Figure 1    Opening a Full-screen Browser


 <html>
 <body bgcolor=white>
 
 <script language="javascript">
 window.open("http://msdn.microsoft.com/psdk/inetsdk/help/dhtml/references/methods/open_0.htm", 
 "kiosk", "fullscreen=yes");
 </script>
 
 <H1>Full Screen Mode</H1>
 <p>
 This page will automatically open up a new instance 
 of the browser that will display the page

 <a href="http://msdn.microsoft.com/psdk/inetsdk/help/dhtml/references/methods/open_0.htm">
 http://msdn.microsoft.com/psdk/inetsdk/help/dhtml/references/methods/open_0.htm
 </a>
 in full-screen mode.
 </p>
 <p>
 Since the new window will not have a toolbar, title bar, or other frame
 level controls, the way to close it down is to use &lt;ALT-F4&gt; 
 while that window is the frontmost window.

 &lt;ALT-F4&gt; is the standard "Close Application" keyboard shortcut for Windows.

 </body>
 </html>