Displaying my ActiveX Control to users who visit my webpage

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
psychotomus
Forum Contributor
Posts: 487
Joined: Fri Jul 11, 2003 1:59 am

Displaying my ActiveX Control to users who visit my webpage

Post by psychotomus »

How do I do this? I created an activeXControl with a simple listbox and some items.


Inside my HTML File I have:

<OBJECT CLASSID="CLSID:3d25aba1-caec-11cf-b34a-00aa00a28331">
<PARAM NAME="LPKPath" VALUE="activeXControl.lpk">
</OBJECT>


<OBJECT ID="MyObject1" CLASSID="CLSID:67D2E4CB-5D10-4B6B-99EA-E579B6ACC08E"
CODEBASE="ActiveXControl.ocx">
</OBJECT>




if I run the html file on my pc, it works, but when i upload it to my server http://www.po2mafia.com/aaa.html it doesn't display. what am i doing wrong?
User avatar
wtf
Forum Contributor
Posts: 331
Joined: Thu Nov 03, 2005 5:27 pm

Post by wtf »

active x runs only on IE, what browser do you use?
psychotomus
Forum Contributor
Posts: 487
Joined: Fri Jul 11, 2003 1:59 am

Post by psychotomus »

IE.
Post Reply