|
-
Jan 13th, 2014, 02:16 PM
#1
Thread Starter
Addicted Member
[RESOLVED] Save ENTIRE Webpage From URL...
I'm using the urlmon api to download the html from a url, though it doesn't get all of the code.
Using Chrome, I can right click on an object on the page and select "Inspect element", which shows me the code that was used to create the object....... but for some reason that code isn't in what I downloaded using urlmon.
I've also used a webbrowser control and saved the page using execwb, but it still doesn't show the code I find when I inspect the element in Chrome. When I save the page from within Chrome, it obtains the code, so I know the code is there, I just don't know how to retrieve it in VB.
Upon further investigation, I think it might be because there are several different frames. If that's the case, how do I download all of the frames?
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|