I have some JavaScript code loaded from a local HTML file (without going through a webserver).. i.e., opened using file://
file://
Is there a way the JavaScript cod
There's a jQuery plugin jQuery.twFile that allows you to read and write to a local file.