Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: RE: FLASH: Question about opening a page full screen?
From: Chris Tifer
Date: Wed, 17 Nov 1999 20:23:42 GMT

This will only work in IE (from what little I know):

<script language=javascript>
var newWin = window.open("url.htm","windowName","fullscreen=yes")
<script>

to reference the window, you can either target "windowName" (whatever you
decide to name it) or through script by using newWin (once again, whatever
you name the variable)

Now, when you use Full Screen mode, the only way I know to break out of the
browser is to either close it using the taskbar (surprisingly hard for
newbies) or ctrl + alt + delete and then close the window (even harder for
newbies).

Hope that helps you....



-----Original Message-----
From: Cordaro, Vince [VCordaroatycsd [dot] york [dot] va [dot] us (mailto:VCordaroatycsd [dot] york [dot] va [dot] us)]
Sent: Wednesday, November 17, 1999 1:41 PM
To: 'Flasher (E-mail)
Subject: FLASH: Question about opening a page full screen?


how do i make a page open full screen. Is there a javascript command of a
HTML on.
Something added onto window.location' ';
Vince


flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Streaming Media WEST '99 Conference & Exhibition
"The Worlds largest Internet Audio & Video Event"
December 7 - 9, San Jose Convention Center, California

Reserve your space today at http://www.streamingmedia.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Streaming Media WEST '99 Conference & Exhibition
"The Worlds largest Internet Audio & Video Event"
December 7 - 9, San Jose Convention Center, California

Reserve your space today at http://www.streamingmedia.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]