Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: FLASH: Detect Script Help please |
From: | Robert Koberg |
Date: | Wed, 20 Jan 1999 19:31:08 GMT |
Check to see if the user is using IE or Netscape and write a seprate
function handle each.
>Any ideas on how I can solve this?
>
>>>if ( ShockMode ) {
>>> window.location = "splash.htm";
>>>} else if (!(navigator.appName &&
navigator.appName.indexOf("Netscape")>=0
>>>&& navigator.appVersion.indexOf("2.")>=0)){
>>> window.location = "nonflash.htm";
>>>}
>>
>>
>>Since IE3 is more similar to NS2 Javascript sees it as a version "2"
>browser
>>
>
------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-managershocker [dot] com. Problems to: ownershocker [dot] com
N.B. Email address must be the same as the one you used to subscribe.
For info on digest mode send: info flasher to list-managershocker [dot] com
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]