retrieving html from a website
-
how do you get a websites source code? I need all the links (over 1500) and I will parse the data after I get the code, i am using a dialog based app and have a webbrowser I need to get the info from, thanks
Hi, I understand, you have an application and want to get the HTML-sourcecode and parse them? Take a look at this: http://www.codeproject.com/miscctrl/simplebrowserformfc.asp I think this is off-topic, but ... To get a website and all links from this site use "Mozilla-FireFox" and the AddOn "downThemAll". Now you need only a "right-mouse-click" and change some options from "downThemAll" and the FireFox will save all website to your harddisk. Mozilla downThemAll
-
how do you get a websites source code? I need all the links (over 1500) and I will parse the data after I get the code, i am using a dialog based app and have a webbrowser I need to get the info from, thanks