Forum Moderators: open

Message Too Old, No Replies

Java Calculator needs to Remember Last Inputs

Modify my code so that the last input data is unchanged

         

Edge

6:12 pm on Mar 4, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



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)

10+ Year Member



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)

WebmasterWorld Senior Member 10+ Year Member



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?

Edge

10:22 pm on Mar 4, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Sorry, the code is java.