hi
my code for exam:
webViewy.LoadUrlAndWait("http://abcd.com")
For example, I load the above page with the above code and save it with the capture or gethtml command.
But the problem is that this page contains code that is loaded image from another url.
This means that when sending a request to load, the page itself sends several requests to load photos or scripts or css, and I want to save them as well.
my request:
webViewy.LoadUrlAndWait("http://abcd.com")
site requests after my request:
http://abcd.com/hgys.csshttp://abcd.com/for.aspxI looked at the source of this page and saw that it contains this code:
<img id="ctl00_PlaceHolder9_img" src="for.aspx" style="height:40px;width:110px;border-width:0px;" align="absmiddle">
i want save for.aspx