there is a text box(a) and a text area(b) control on my web page, when a user types a url in (a) and press button, i want my javascript code to load that page and put its html source code in text area(b), but I'm not sure how I can do it. someone told me its possible with WebBrowser control, but how?