Description of Invoking The SaveAs Dialog From A Web Page :
Invoking The SaveAs Dialog From A Web Page can be integrated into your web page to invoke the SaveAs dialog box to save the current web page into your hard disk. The Save As is implemented through a link, which can be clicked by the user to invoke the dialog box. IE4+ browsers supports the document.execCommand() function which can call certain dialog boxes. For non-IE browsers the script supports onload interlocking and alternate alert messaging.