|
Open "Save Page As" Dialog Box
Hi all,
I am new to this forum and very new to Java. I need to open a "SAVE Page AS" Dialog Box in IE and Firefox.
The foll. code of
document.execCommand('SaveAs','1','fileName.txt');
works in IE but not in FireFox. I would like to know if we can open the firefox "SAVE Page As" Dialog Box from our code in Java or JSP or Javascript?
Thanks a ton
Anubha
|