Click to See Complete Forum and Search --> : ActiveX Popup ???
Tha Joey Madnez
Jan 23rd, 2005, 06:46 AM
Hello,
I placed an .ocx on my website, but how can i display that popup for installing the activex product ??? :rolleyes:
Thx !
CornedBee
Jan 23rd, 2005, 03:49 PM
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.
Tha Joey Madnez
Jan 24th, 2005, 12:42 AM
uhm... thx but can you give me an example code, im a n00b in Html and stuff :lol:
Tha Joey Madnez
Jan 28th, 2005, 11:01 AM
Can someone Help me ! ! :eek2:
mendhak
Jan 29th, 2005, 09:12 AM
ex:
<OBJECT>
CLASSID="C75CBBF5-7DA2-11D0-902A-0000E830E40C"
CODEBASE="http://www.jazzagesoft.com/javb4/javb432.ocx"
</OBJECT>
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.