Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: FLASH: IE 4.5 and JavaScript Windows |
From: | Erik [gearik] Mattheis |
Date: | Fri, 15 Jan 1999 18:54:28 GMT |
>I have always used a javascript url in the get url action to open
>javascript windows from flash. Well of course the new MICROSOFT product
>IE 4.5 Mac doesn't respond to this. Does anybody have another solution
>or work around?
Yes!
If your pop-up window name is "flash," load the following document into the
window (get URL: close.js). These are the only two lines in close.js:
if (window.name == 'flash') {
self.close()
You can precache the document by saving it as "close.js" and having in your
opener window the the following line:
<script language="javascript" src="close.js"></script>
Make sure your server has the mime-type set for application/x-javascript.
Have you been able to get a Flash movie to display properly in IE 4.5 Mac?
Some funkey stuff happening on this end ...
__________________________
Erik [gearik] Mattheis
<http://www.gourmandizer.com>
__________________________
------------------------------------------------------------------------
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
Re: FLASH: IE 4.5 and JavaScript Windows, Todd Purgason
Replies
FLASH: IE 4.5 and JavaScript Windows, Todd Purgason
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]