Click to See Complete Forum and Search --> : What is relation between <OBJECT> tag and ActiveX control?


Iulian Iuga
August 18th, 1999, 10:30 AM
I don't know what is relation-ship between NAME and VALUE parameter of PARAM tag and ActiveX control. Value of NAME parameter is a property of ActiveX control? How recuperate the value of VALUE parameter in ActiveX control? If you know the sites with examples or if you can send me samples code, please … (Iulian.Iuga@personal.ro).

Thanks.

August 18th, 1999, 11:14 AM
the name attribute of the param tag refers to the name of the property of your activex control, the value attribute to its value.
i.e. if your AX control has a "height" property you set it like this
&lt;param name="height" value="485"&gt;
and so on