Is there any way to have some persistent data (like an XML file or so) apart from cookies at client side? I know that\'s not possible with JavaScript directly. But any other
If you're working in Google Chrome, FSO.js wraps the asynchronous FileSystem API for you and is very easy to use.
This technology should be supported by other browsers soon.