JohnMcGregor
06-13-2004, 03:24 AM
I am trying to do a 'kiosk' style interface for my web-page, necessitating use of 'fullscreen' mode and 'channelmode' (no title bar).
However, using these two together, the navigation buttons of 'channelmode' (i.e. back/forward/refresh etc...) don't appear - only the 'maximize','minimize' and 'close' buttons appear in the top right corner.
i.e.
<script language="javascript" type="text/javascript">
<!--
window.open("http://page.html","ArbitraryName","channelmode=yes,toolbar=yes,fullscreen=yes,scrollbars=yes,location=no,directories=no,status=no,menub ar=no,titlebar=no,resizable=no"); window.opener=self;window.close();
// --> </script>
Grateful for any advice!
However, using these two together, the navigation buttons of 'channelmode' (i.e. back/forward/refresh etc...) don't appear - only the 'maximize','minimize' and 'close' buttons appear in the top right corner.
i.e.
<script language="javascript" type="text/javascript">
<!--
window.open("http://page.html","ArbitraryName","channelmode=yes,toolbar=yes,fullscreen=yes,scrollbars=yes,location=no,directories=no,status=no,menub ar=no,titlebar=no,resizable=no"); window.opener=self;window.close();
// --> </script>
Grateful for any advice!