| |
pgeorge64
Posts: 1
Score: 0
Joined: 7/20/2004
From:
Status: offline
|
Can someone help with a script that uses InternetExplorer object (or WebBrowser object) and mimics the File->Save As command to save it in a file? Something like: set ie=createobject("InternetExplorer.Application") ie.navigate "http://www.yahoo.com" Do while ie.busy: x=x+1: loop set doc=ie.Document ' The following does not work doc.SaveAs "d:\temp\html.html" ' the following prompts for a file name doc.execCommand "SaveAs","d:\temp\yahoo.html" The Save As command from IE saves all the images etc. Appreciate the help P. George
|
|