|
Ummm...if you RELOAD the page, then how will you remember all the answers?
Unless you use server-side code, of course.
If you try to do it all in the browser, you may run out of space if you store the answer in cookies and almost certainly will if you try to pass via the <form> submit and method="get". Could probably use local storage, if the browser you are using supports it.
I'm not quite sure why you need to reload the page.
__________________
An optimist sees the glass as half full.
A pessimist sees the glass as half empty.
A realist drinks it no matter how much there is.
|