Hello,
I placed an .ocx on my website, but how can i display that popup for installing the activex product ??? :rolleyes:
Thx !
Printable View
Hello,
I placed an .ocx on my website, but how can i display that popup for installing the activex product ??? :rolleyes:
Thx !
Use an <object> tag to embed the thing in your page. Let the codebase attribute point to your ocx, and the clsid attribute contain the CLSID of your object.
Don't forget that few people will trust an object from a rather unknown source, and that people who don't use IE can't use ActiveX at all.
uhm... thx but can you give me an example code, im a n00b in Html and stuff :lol:
Can someone Help me ! ! :eek2:
ex:
Code:<OBJECT>
CLASSID="C75CBBF5-7DA2-11D0-902A-0000E830E40C"
CODEBASE="http://www.jazzagesoft.com/javb4/javb432.ocx"
</OBJECT>