Click to See Complete Forum and Search --> : How to create Static Variables?


mckenzie
09-06-2003, 10:24 AM
Hi pals, I need help to create Static Variables which must work similiar Const Function. :rolleyes:

Actually I am looking help in get an Integer from Form only once and store it forever in single variable even though the page refresh.

Thanx in advanced.

AdamGundry
09-06-2003, 11:46 AM
This sounds suspiciously like a homework assignment. But anyway... you might look in to cookies: http://www.webreference.com/js/column8/

Adam