Re: Using HTML parser (General questions)
Deepesh,
simplest way would be to do[code]Http1.Get http://www.google.com [/code]and then in Done event you can do[code]HtmlParser.Load Http1.Response.Filename[/code]wodHttpDLX does save response to a file anyway - so why wouldn't you use that, right?