aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes how can i open save file dialog box in firefox? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply locked New topic
Author

how can i open save file dialog box in firefox?

yuvaraj KumarAmudhan
Ranch Hand

Joined: Aug 22, 2009
Posts: 110
document.execCommand() is not working in my firefox browser. but it is nice in IE. how can i open save file dialog in firefox using javascript?

any idea?


thanks
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35438
    
    9
That's a non-standard IE-only extension, and should not be used in web apps you expect other people to use.


Android appsImageJ pluginsJava web charts
Eric Pascarello
author
Rancher

Joined: Nov 08, 2001
Posts: 15362
    
    6
Closing this thread continue conversation here: http://www.coderanch.com/t/476895/HTML-JavaScript/storing-responseText-into-file#2137769

Eric
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: how can i open save file dialog box in firefox?
 
Similar Threads
how to download or view the "Excel FILE "i n IE browser
In JFileDialog how to use the save window
File download - Different behaviour of Windows & Linux server
Open/Save File Dialog
I have question about JFilechooser?