tgosling
10-09-2001, 09:30 AM
Anyone know how to automate ie5.5 to save a web page?
Just playing around I've tried
ie.ExecWB OLECMDID_SAVEAS, OLECMDEXECOPT_DONTPROMPTUSER, "C:\page2"
where ie is my internet explorer application object.
This works fine and saves the current web page but it prompts the user with a 'save as' dialog box.
Ignoring DONTPROMPTUSER is a new feature in versions of IE later than version 4. Is there any way to get around this so that when someone clicks the save button on my form it allocates a new filename and just saves the page without any additional user input?
Tim.
Just playing around I've tried
ie.ExecWB OLECMDID_SAVEAS, OLECMDEXECOPT_DONTPROMPTUSER, "C:\page2"
where ie is my internet explorer application object.
This works fine and saves the current web page but it prompts the user with a 'save as' dialog box.
Ignoring DONTPROMPTUSER is a new feature in versions of IE later than version 4. Is there any way to get around this so that when someone clicks the save button on my form it allocates a new filename and just saves the page without any additional user input?
Tim.