Hi
I had a question about reading a parameter value from inside an html document from a Windows Form Control. For example, if I have this html code:
<html>
.
.
.
<object id="somecontrol"
classid="http:somecontrol.dll#Generic.SimpleControl"
height="300" width="300" VIEWASTEXT>
<param name="Var" value="blah">
</object>
</html>
How can I read the param tag and get the variable Var's value from inside the control.
I had a question about reading a parameter value from inside an html document from a Windows Form Control. For example, if I have this html code:
<html>
.
.
.
<object id="somecontrol"
classid="http:somecontrol.dll#Generic.SimpleControl"
height="300" width="300" VIEWASTEXT>
<param name="Var" value="blah">
</object>
</html>
How can I read the param tag and get the variable Var's value from inside the control.