Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Windows Forms Controls in IE

Status
Not open for further replies.

jlipsitz

Programmer
Jul 13, 2003
14
US
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=&quot;somecontrol&quot;

classid=&quot;http:somecontrol.dll#Generic.SimpleControl&quot;
height=&quot;300&quot; width=&quot;300&quot; VIEWASTEXT>
<param name=&quot;Var&quot; value=&quot;blah&quot;>
</object>
</html>
How can I read the param tag and get the variable Var's value from inside the control.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top