Possible Duplicate:
firefox: How to enable local javascript to read/write files on my PC?
Consider the JavaScript code:
var body=" ";
body=body+/*some string*/
I want some simple way to write this content (var body
in this code) to a file in local computer.
Please help me out in doing this job.
Thanks