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?
Printable View
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?
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.
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.
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