Insert .ocx activex object in HTML ??

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • skyy
    New Member
    • May 2007
    • 109

    Insert .ocx activex object in HTML ??

    Hi..

    I am trying to insert an activeX object in a HTML page but i got a red cross instead. Below is the code:

    <HTML>
    <HEAD>
    <TITLE>Active X Registration</TITLE>
    </HEAD>
    <BODY>

    <table cellSpacing=0 cellPadding=0 style="border:0 px; padding-bottom:5px; width:500px;">
    <tr><td>

    <OBJECT ID=AXRegister1 CLASSID="CLSID: 53224CC0-0096-458C-940D-C34181237C46" CODEBASE="AXReg ister/Release/AXRegister.ocx"
    WIDTH=588 HEIGHT=523>
    <PARAM NAME="_Version" VALUE="65536">
    <PARAM NAME="_ExtentX" VALUE="15552">
    <PARAM NAME="_ExtentY" VALUE="13806">
    <PARAM NAME="_StockPro ps" VALUE="0">
    </OBJECT>

    </td></tr>

    <tr>
    <td>ActiveX Program!</td>
    </tr>
    </table>


    </BODY>
    </HTML>


    Any idea? thanks!
  • skyy
    New Member
    • May 2007
    • 109

    #2
    hi...

    Any idea on this? i search online and seems that a Cabinet file is required instead of the ocx file. But i tried creating it still wont work..

    Following the procedure on the link below..

    http://support.microso ft.com/kb/167158

    Thanks!

    Comment

    • drhowarddrfine
      Recognized Expert Expert
      • Sep 2006
      • 7434

      #3
      Not ignoring you. It's just that it's Windows only stuff. Perhaps the javascript guys know how to do it. The article you linked to mentioned MFC stuff so you might check the C forum. But it's still Windows only.

      Comment

      Working...