Is it possible to keep my (global) variables when the page is reloaded? If yes, how?
Thanks for any help. Best regards.
Try this cookie-less javascript function.
It basically store your data in the window.name
property which does not clear the value when you reload the page or goes to another site.