jelledaems
Programmer
Dear sir/madam,
I have create one page, but this page gets reloaded occasionally when different action are performed on this page.
But I have a variable that needs to be remembered each time despite the fact that the page is reloaded.
Now I've been told that this was possible by working with hidden text field. But how can you retrieve a value from a hidden text field of a previous page.
In my case the hidden text field gets its default value every time the page is reloaded and not the value I've set in it before reloading the page...
there are however some restrictions:
- I cannot make use of cookies
- I cannot change the link of the webpage
- I cannot implment Vbscript (no <% %> tags)
is this possible what i want to do?
kind regards
Jelle
I have create one page, but this page gets reloaded occasionally when different action are performed on this page.
But I have a variable that needs to be remembered each time despite the fact that the page is reloaded.
Now I've been told that this was possible by working with hidden text field. But how can you retrieve a value from a hidden text field of a previous page.
In my case the hidden text field gets its default value every time the page is reloaded and not the value I've set in it before reloading the page...
there are however some restrictions:
- I cannot make use of cookies
- I cannot change the link of the webpage
- I cannot implment Vbscript (no <% %> tags)
is this possible what i want to do?
kind regards
Jelle