How do I connect to a website and get the HTML for the page? I was going to use the webbrowser thing, but that would download all the images on the page and I dont want that.

I also want the server to think that an actual browser is connecting, so I have to be able to send my own useragent so that I can set it as something like Mozilla/4.0 (compatible; MSIE 5) or whatever.