hi all . i wonder how i can download a webpage and load its html in to a textbox for further processing. My main goal is to download a remote webpage and search for following value(want to get http://www.somesite.com/u/videoplaye...?mediaID=12345 ) in its source code. could any one show me how this can be done ? thanks
HTML Code:
<TABLE width="430" border="0" cellpadding="0" cellspacing="0" style="table-layout: fixed">
<TR height="348">
<!-- Player -->
<TD width="430" bgcolor="#000000" align="center" valign="top"><IFRAME src="http://www.somesite.com/u/videoplayer/player.php?mediaID=12345" width="430" height="348" marginwidth="0" marginheight="0" hspace="0" vspace="0" scrolling="no" frameborder="0" ></IFRAME></TD>
</TR>
<TR>
<TD width="430"><IMG SRC="images/forCut_videoClipsNEW_09.jpg" WIDTH="430" HEIGHT="8" BORDER=0 ALT=""></TD>
</TR>
</TABLE>