arturion
08-18-2003, 12:27 PM
exists a script to save a page:
window.document.execCommand('saveAs');
is there a way to suggest the name of the new file from the script, or must be inputed in the dialog box "save as"?
window.document.execCommand('saveAs');
is there a way to suggest the name of the new file from the script, or must be inputed in the dialog box "save as"?