[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ActiveGS
Yes, I tried adding in the remark statements... and it works. Oh.
It must be using some quirks of the IE or Firefox browsers to achieve
this, I am not sure what happened but I am going to do just that for
all my codes.
On 6月12日, 下午9时01分, Polymorph <polymorp...@hotmail.com> wrote:
> <!--[if IE]>
> <object id="GS" codebase="gs.cab#version=2,0,0,11"
> classid="clsid:052DF14F-6F28-44A0-9130-294FDA6176EB" width="704"
> height="460">
> <![endif] -->
>
> <![if !IE]>
> <object id="GS" type="application/x-activegs" width="704"
> height="460">
> <![endif]>
>
> I wasn't aware that you could do that to differentiate the browsers,
> but it obviously works.