Is there a way to keep a variable value on page refresh, if I have
var x=0;
but then a users does somethibng that makes that value become
x=4;
and then the page is refreshed, is there a way to keep that value of 4 for the x variable or it will always reset to the original value?



Reply With Quote

Bookmarks