Modify my code so that the last input data is unchanged
Edge
6:12 pm on Mar 4, 2004 (gmt 0)
I have a javascript calculator which work great. However I would like to modify the script so that when a visitor uses the script all of thier inputs are remembered the next time they visit.
Thanks in advance!
AWildman
6:29 pm on Mar 4, 2004 (gmt 0)
There's no way to do it with just javascript. You could make a cookie if you really wanted. There are javascript cookies.
korkus2000
6:40 pm on Mar 4, 2004 (gmt 0)
If it is java then you should be able to access something to save the settings. Javascript on the other hand is like what was said above. Is it java or javascript?