Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | re: FLASH: IE4.5-Help |
From: | Wayne Townsend |
Date: | Fri, 7 Jan 2000 18:34:02 GMT |
Hi Frederico,
>
> >Do you know of an open window javascript that works with IEmac4.5?
>
>window.open(winurl,winname,winfeatures); has always worked fine for us.
>
If you're referring to the following, it will not work in IE4.5 mac...
<SCRIPT LANGUAGE="JavaScript"> var javascript_version = 1.0;</SCRIPT>
<SCRIPT LANGUAGE="JavaScript1.1"> javascript_version = 1.1;</SCRIPT>
<SCRIPT LANGUAGE="JavaScript">
var newwin;
function launchwin(winurl,winname,winfeatures)
{
//This launches a new window and then
//focuses it if window.focus() is supported.
newwin = window.open(winurl,winname,winfeatures);
if(javascript_version > 1.0)
{
//delay a bit here because IE4 encounters errors
//when trying to focus a recently opened window
setTimeout('newwin.focus();',250);
}
}
</SCRIPT>
If you have a site where you're using an open wd JS, let me know the
url and I'll test it to confirm.
TIA,
/wayne
Wayne Townsend
Founder, CEO
waynetaccesson [dot] net
Alt: waynetabsolute [dot] net
studio: 760.329.2369 (US)
cell: 760.902.5299 (US)
AccessOn.Net
http://www.accesson.net
Whats New?
Check out our latest Flash-4 "BingoTelevision" game at:
http://www.BingoTelevision.com
-Companion site to the live Saturday TV broadcast from Palm Springs
Television Studios.
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 helpchinwag [dot] com
Replies
re: FLASH: IE4.5-Help, Frederico
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]