I'm developing the following for local use:
I've got a HTML page, with some content.
Is it possible to edit the content of this HTML through the browser, and save the changes on-the-fly to this same file using only JavaScript? So the users could edit the file through the browser and it would auto-save itself.
The problem is, I have no possibility to use server-side languages here. It should be compatible with the latest Firefox, other browsers aren't important.