From: ducati1 on
Great that works.
Thanks a lot Tim.

From: ducati1 on
Hi Tim.
When applying your patch to a php page it is displaying the raw code browser side.
http://www.wvhgc.org/Join.php
Can you help?
Will
From: TC2112 on
Hello,

<<%Response.write("object")%> is ASP.
PHP is a different language that doesn't parse ASP tags.
The PHP would be something like
<? echo "<object>" ?>

But it's a moot point.
The fix was needed because IIS' ASP interpreter has trouble with the IE
Conditional embedded <object>.
I don't believe PHP does, so just put it back the way it was originally.

Take care,
Tim

"ducati1" <webforumsuser(a)macromedia.com> wrote in message
news:gia6mq$h0a$1(a)forums.macromedia.com...
> Hi Tim.
> When applying your patch to a php page it is displaying the raw code
> browser side.
> http://www.wvhgc.org/Join.php
> Can you help?
> Will


From: ducati1 on
Thanks Tim.
That works.
"You're the man"