Click to See Complete Forum and Search --> : Help Please


magcor
11-26-2003, 11:10 AM
I'm trying to find a script for a save as popup window. I need for the save as window to open when someone clicks on a link.

Can anyone out there help? I'm a novice at this.

Thanks

TheBearMay
11-26-2003, 11:57 AM
document.execCommand("SaveAs");

magcor
11-26-2003, 11:59 AM
Thank you!!!