Re: Using HTML parser (General questions)
Deepesh,
sure. To download a file use
Http1.Get http://some.url.com/somepath/somefile.htm
and then, when Done event fires, you can access source of this file using Http1.Response.Filename property.
Deepesh,
sure. To download a file use
Http1.Get http://some.url.com/somepath/somefile.htm
and then, when Done event fires, you can access source of this file using Http1.Response.Filename property.
Complete thread: