hs wrote:
> I use an ActiveX Control(OCX) in my html pages, it works in IE5, but not
> in Netscape 6. How can i make it work in Netscape 6. Thanks.
> hs
Well, why do you use an ActiveX Control on a web page in the first
place? It's a MSIE-only "feature", and therefore should be avoided at
all costs (at least if you want people to see your webpage). Besides, it
probably won't work on anything else than Win32 anyway.
If you want to use ActiveX controls, use them in a VB program or
something - not on a web page!
Bye, Steinar.