views:

66

answers:

1

Hello Experts,

In our win32 ATL project requirement we need to save the browsed web page into local disk in order to view it offline.

Using IHTMLDocument2 interface we have retrieved html content using get_all() method and retrieved images from the get_images() method.

now how do we extract other external files such as stylesheet (.css) and javascript (.js) files from web Document.

your help will be greatly appreciated.

Thanks.