CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    HTML & Parameters

    I would like to pass parameters from HTML to an ActiveX-Component.
    The user (Client-side) should type in some parameters in a HTML-Form and then
    these parameters should be passed to an ActiveX Control. Is this a problem?
    Thank you
    Stephan Kösters


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: HTML & Parameters

    >Is this a problem?
    No, it isn't.
    Simply write client-side VBscript or JScript code to set or retrieve the properties of your control.
    Add your control to the HTML page via the OBJECT HTML tag.

    The REAL problem comes with distributing your ActiveX control over the Web...


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

Featured