|
-
Jan 23rd, 2005, 07:46 AM
#1
Thread Starter
Addicted Member
ActiveX Popup ???
Hello,
I placed an .ocx on my website, but how can i display that popup for installing the activex product ???
Thx !
-
Jan 23rd, 2005, 04:49 PM
#2
Re: ActiveX Popup ???
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.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Jan 24th, 2005, 01:42 AM
#3
Thread Starter
Addicted Member
Re: ActiveX Popup ???
uhm... thx but can you give me an example code, im a n00b in Html and stuff
-
Jan 28th, 2005, 12:01 PM
#4
Thread Starter
Addicted Member
Re: ActiveX Popup ???
Can someone Help me ! !
-
Jan 29th, 2005, 10:12 AM
#5
Re: ActiveX Popup ???
ex:
Code:
<OBJECT>
CLASSID="C75CBBF5-7DA2-11D0-902A-0000E830E40C"
CODEBASE="http://www.jazzagesoft.com/javb4/javb432.ocx"
</OBJECT>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|