aharrisreid
Programmer
I want to give my site users the facility to download a page as a .html file. They can do this already from within IE by selecting File->Save As and filling in the resulting dialog, but not all users will be familiar with this feature :-(
Question: How can I create a button (or link) on the page, which when pressed, brings-up the same dialog as mentioned above? Eg. is there an onclick=... command I can use? Alternatively, could I somehow stuff Alt-F,'A' into a keypress buffer, which (hopefully) would also produce the desired effect?
Many thanks,
Alan