|
-
Feb 8th, 2000, 03:53 AM
#1
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?
-
Feb 8th, 2000, 06:33 AM
#2
New Member
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.
-
Feb 8th, 2000, 08:52 AM
#3
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.
-
Feb 8th, 2000, 02:10 PM
#4
Guru
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|