I am trying to get a webpage in the Chrome browser to save automatically. I modified the javascript to add a button with "document.execCommand('SaveAs', false, 'test.html')", but it seems that execCommand isn't supported in Chrome. Are there any other ways I could get the webpage to save from the javascript (without manually clicking 'save page as" from the dropdown)?
Thank you,
Gina
http://stackoverflow.com/questions/833015/does-execcommand-saveas-work-in-firefox
indicates that the "SaveAs" parameter is an Internet Explorer-only extension.
That stackoverflow URL discusses alternative ideas.
> --
> Chromium Developers mailing list: chromi...@chromium.org
> View archives, change email options, or unsubscribe:
> http://groups.google.com/a/chromium.org/group/chromium-dev
>