How to create a file using javascript in Mozilla Firefox
I want to write a function in javascript which creates a file and write some content to it, iam working with firefox, can anybody help me in this case. Thanks... flpmor You can write files in JavaScript in Firefox, but you have to use an XPCOM object (internal browser API). This is not allowed for JavaScript loaded from a web page, and it is intended to be used by JavaScript running inside a Firefox add-on (with high level of privileges). There is a way for unprivileged (web page) JavaScript to request more privileges and if the user grants it (there will be a pop up dialog asking for