SealInFate
New member
- Joined
- Jan 6, 2011
- Messages
- 2
- Programming Experience
- Beginner
I need to access to a webpage, and load its content out as a HTML text format, the problem is, when i right click and choose view source, it return me a correct document text, but when i try to access it with VB.NET, i encounter a problem which it cannot return the content as view source do, because the content is a source in a frame, like the following.
<frame id="f1" scrolling="no" noresize="noresize" src="Checker.aspx"/>
My question is, how / what command should i use to retrieve the content out from this frame of a webpage and load its content on a textbox, thank you
<frame id="f1" scrolling="no" noresize="noresize" src="Checker.aspx"/>
My question is, how / what command should i use to retrieve the content out from this frame of a webpage and load its content on a textbox, thank you