Results 1 to 4 of 4

Thread: passing parameters through VBSCRIPT

  1. #1
    Guest

    Post

    When you imbed an object tag for an activeX control in an HTML page. You can specify certain parameters for that object.

    How does one pass those parameters into the control?

    Are they just properties you set via Property Get and Property Let methods?


  2. #2
    New Member
    Join Date
    Jan 1999
    Posts
    7

    Post

    Use the propertybags Read and Write properties. If you don't know what a propertybag is, get an ActiveX book for the Web. It should give you everything you need.

  3. #3
    Guest

    Post

    Can you describe how PARAM is passing the information to the control.

    I know what PropertyBags are but the information regarding those that I have available is minimal and only refer to how to make variables persist.

  4. #4
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844

    Post

    If i remember correctly:

    PARAM NAME=TEXT VALUE="HELLO WORLD!"

    NAME is the property, and VALUE is the value of that property that you want to assign to

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