Hi Spadea. Welcome to the list. Try this in the head section.

<SCRIPT LANGUAGE="JavaScript">
<!--
BrowserName = navigator.appName;
BrowserVersion = parseInt(navigator.appVersion);
if (BrowserName == "Netscape") {
self.moveTo(0,0)
self.resizeTo((screen.availWidth-8),(screen.availHeight-45)) }
else { self.moveTo(0,0)
self.resizeTo((screen.availWidth),(screen.availHeight)) }
//-->
</SCRIPT>

Cheers,
Sebastian



on 5/8/01 9:04 PM, Spadea Ho at [EMAIL PROTECTED] wrote:

> Hi guys, new to the list here.
> 
> Sorry to ask this question here, but I really need to find out
> a way to launch an IE window into full screen channel mode
> (the mode when u manually hit F11 to make the browser
> fullscreen) from a desktop shortcut. I have to do this for
> some net kiosk at a cafe. Does anyone know of any javascript
> that does this? I have been searching thru' the major developer
> sites with no results. Can anyone give me a hand in this?
> 
> Thanks a million,
> 
> Spadea ho.
> 
> 
> 
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to