[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ActiveGS
I also tried combining them together:
<object id="GS" codebase="gs.cab" classid="clsid:
052DF14F-6F28-44A0-9130-294FDA6176EB" type="application/x-activegs"
width="704" height="460">
Also won't work.
But
This works for IE: <object id="GS" codebase="gs.cab" classid="clsid:
052DF14F-6F28-44A0-9130-294FDA6176EB" width="704" height="460">
This works for Firefox: <object id="GS" type="application/x-activegs"
width="704" height="460">
Just cannot be together.