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?
Displaying my ActiveX Control to users who visit my webpage
Moderator: General Moderators
-
psychotomus
- Forum Contributor
- Posts: 487
- Joined: Fri Jul 11, 2003 1:59 am