Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: Re: FLASH: Ie 4.5 for Mac
From: Byron Canfield
Date: Sat, 16 Jan 1999 01:40:43 GMT

IE 4.5 (mac) parses the occurrence of "</script\>" in the javascripts as
the closing script tag to itself.

Workaround for this bug is to look for the following code in your
aftershock script:

document.write('</SCRIPT\> \n');


and replace it with:

document.write('</SCR');
document.write('IPT\> \n');

thus breaking up the tag, which IE 4.5 then seems to be able to handle.

>>At 4:31 PM 1/15/99, Charlene Reese wrote:
>>>I just installed MIE 4.5 for Mac and two flash sites (my only flash sites)
>>>that worked just fine in the previous version now display only a blank
>>>page. Not even the alternate <NOSCRIPT> or <NOEMBED> options. And now I
>>>am getting a javascript error on one of them that I never got before.

--------------
Byron Canfield, Canfield Studios (http://www.byronc.com)
President, Seattle Coreldraw Artists Network (http://www.corelsea.org)

------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-manageratshocker [dot] com. Problems to: owneratshocker [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-manageratshocker [dot] com


Replies
  Re: FLASH: Ie 4.5 for Mac, Charlene Reese

Replies
  Re: FLASH: Ie 4.5 for Mac, John Dowdell
  Re: FLASH: Ie 4.5 for Mac, Charlene Reese

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]