Results 1 to 5 of 5

Thread: ActiveX Popup ???

  1. #1

    Thread Starter
    Addicted Member Tha Joey Madnez's Avatar
    Join Date
    May 2004
    Location
    Netherlands
    Posts
    179

    Unhappy ActiveX Popup ???

    Hello,

    I placed an .ocx on my website, but how can i display that popup for installing the activex product ???



    Thx !
    100% Done with the Software forLuidia

    Click here to goto the Luidia website

    -=[Visual Basic][Addicted]=-

  2. #2
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594

    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.

  3. #3

    Thread Starter
    Addicted Member Tha Joey Madnez's Avatar
    Join Date
    May 2004
    Location
    Netherlands
    Posts
    179

    Re: ActiveX Popup ???

    uhm... thx but can you give me an example code, im a n00b in Html and stuff
    100% Done with the Software forLuidia

    Click here to goto the Luidia website

    -=[Visual Basic][Addicted]=-

  4. #4

    Thread Starter
    Addicted Member Tha Joey Madnez's Avatar
    Join Date
    May 2004
    Location
    Netherlands
    Posts
    179

    Re: ActiveX Popup ???

    Can someone Help me ! !
    100% Done with the Software forLuidia

    Click here to goto the Luidia website

    -=[Visual Basic][Addicted]=-

  5. #5
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    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
  •  



Click Here to Expand Forum to Full Width