What is the easiest method to enter and retrieve data to be displayed on a local html file without using a server? I thought it would be easy to write to and read from a .txt file, but I have found no way without php and javascript which seem to require a server and extra software. This is to be a local html file that can be accessed with a local browser.
Thanks!