Need to read webpage source code

Cabose

Active member
Joined
Oct 18, 2006
Messages
39
Programming Experience
Beginner
Hi I am trying to create a program but i needs to be able to read a websites source code without the use of a webbrowser. This is because any page i goto on the site it redirects to the main page which is in a frame so i can't actually read the source code by navigating to the webpage in a web browser.

Any Help will be appreciated

Thanks,
Cabose
 
which is in a frame so i can't actually read the source code by navigating to the webpage in a web browser.
Why not? There is the me.WebBrowser1.Document.Window.Frames collection.
 
because i need to get to a page that is not the main page and when i try going to that page i redirects to the framed main page. Also if i did it that way how would i go about putting the coding in a text box?

~Caboose
 
Last edited:
no i am trying to get the coding for the page so i can take parts out of it like players online and stuff.

~Cabose
 
Back
Top