Hello I am trying to make a very small and simple script that only runs locally through a single html file. All i am trying to get it to do is have 2 text fields (name, and email). Fill them in, Submit. And store those values locally in a text file. The script will be run from my local computer aswell.
Now i know that javascript cannot access external files. But could this be done with cookies?
Thanks,
Ryan