Dear all,
Is there any way to activate the Save As command from Javascript. I
would like to have a "Save as" button on a page which has been
dynamically created (client side using document.writel n) so that the
user can save a copy.
I am working towards cross browser compatibility so any help for any
browser would be good.
I know I could put up a bit of text telling the user what the shortcut
key is but thats not as pretty.
I am also aware that JS does not allow writing to the hard-disk (quite
right too) but hopefully there is a way to do what I'm asking.
Cheers,
Martin
Is there any way to activate the Save As command from Javascript. I
would like to have a "Save as" button on a page which has been
dynamically created (client side using document.writel n) so that the
user can save a copy.
I am working towards cross browser compatibility so any help for any
browser would be good.
I know I could put up a bit of text telling the user what the shortcut
key is but thats not as pretty.
I am also aware that JS does not allow writing to the hard-disk (quite
right too) but hopefully there is a way to do what I'm asking.
Cheers,
Martin
Comment