<div dir="ltr">Hi Boris (and group),<div>You were asking for a simple flat file database for JS.</div><div><br></div><div>The new browsers support a machanism called LocalStorage which lets you store data locally to your system that can later be accessed by your own browser.</div><div><br></div><div>It doesnt expire like cookies and works well. I've used it for previous projects where the requirements were certain data was being displayed and the user needed to store that data for later review but I could not write server code to do it.</div><div><br></div><div>In theory you could write simple apps that store state information in a local html file. </div><div><br></div><div>Let me know if you need help with something like this.<br clear="all"><div><br></div>-- <br><div class="gmail_signature"><a href="http://www.atlantageek.com">http://www.atlantageek.com</a></div>
</div></div>