Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: FLASH: Open new window if NO flash. |
From: | Matt Powell |
Date: | Sat, 20 Mar 1999 17:02:11 GMT |
I have never used a popUp window for your particular use but this is my script:
<SCRIPT LANGUAGE="JavaScript">
<!--
function popUp(theURL,winName,features) {
window.open(theURL,winName,features);
}
//-->
</SCRIPT>
Then when you call the function be sure to defnine all the properties.
Anymore questions, feel free to ask.
Also, this script does not work on every version of IE3 or before. It
works with NN3 and some IE3 though.
M
------------------------------------------------------------------------
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
Replies
FLASH: Open new window if NO flash., Ian Gregson
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]