slush puppie
New member
I need to embed an ActiveX control (one I made in VB6) and here is the code for IE:
<object classid="CLSID:9C760D9E-0D73-42A2-A310-E08BA97DEF54"
id=Granules1 width=153 height=25>
<param name="_ExtentX" value=4048>
<param name="_ExtentY" value=661>
</object>
But it does not work in Firefox! Please help!
It isn't Java, it's a CUSTOM ACTIVEX CONTROL. AS in I made an .ocx file in regsvr32'd it.
I mean i made it then used regsvr32 to install it.
<object classid="CLSID:9C760D9E-0D73-42A2-A310-E08BA97DEF54"
id=Granules1 width=153 height=25>
<param name="_ExtentX" value=4048>
<param name="_ExtentY" value=661>
</object>
But it does not work in Firefox! Please help!
It isn't Java, it's a CUSTOM ACTIVEX CONTROL. AS in I made an .ocx file in regsvr32'd it.
I mean i made it then used regsvr32 to install it.