Failed on mine, does nothing in the NS8
: Have you checked this in IE 6 in Windows XP SP 2 ??
:
: Just curious.
:
: Also, you might want to give the user something clickable
in the kiosk window to close the
: page.
:
:
: --
: Steve Easton
: Microsoft MVP FrontPage
: 95isalive
: This site is best viewed..................
: ..............................with a computer
: : > Put this in the head of your Page
: >
: > <script>
: > <!--
: > function fullwin(){
: > window.open("sample.htm","","fullscreen,scrollbars")
: > }
: > //-->
: > </script>
: >
: >
: >
: > Put this in the body....
: >
: > <input type="button" onClick="fullwin()" value="Open
window">
: >
: > T
message
: >
: > | Is there anyway we can create a link that will open a
new window, but the
: > new
: > | window will be in KIOSK mode?
: > |
: > | FYI, Kiosk mode is an internet explorer window without
any menu, toolbar
: > or
: > | address bar.
: > |
: > | Thanks for the HELP !!!
: >
: >
:
: