sarcus25
Programmer
- Apr 14, 2005
- 27
Hi I'm trying to get the value of a element nested inside an object using the webbrowser control. How would I got about doing this. Thanks in advance.
The html code I'm trying to extract the value from is as follows:
<OBJECT>
<PARAM name="SRC" VALUE="Value To be extracted">
</OBJECT>
The html code I'm trying to extract the value from is as follows:
<OBJECT>
<PARAM name="SRC" VALUE="Value To be extracted">
</OBJECT>