This is an XSLT forum, not an HTML or JavaScript forum.
And JavaScript in the browser doesn't have access to the file system, so you can't write a file. You could generate some JSON to describe the layout of your file, send it to the server and get that to save the file onto the server I suppose, but I really don't think I could be bothered.
|