rlb_wpg
Oct 19th, 2000, 09:45 AM
I have a number of html pages with the same information.
For example, start date, end date, country code etc.
What I would like to do is keep 10 values in memory.
At the start of each page I would like to check if
the variables have valid values and if they do then
set those values on the form.
When leaving the page I would like to gather the values
from that page and put them into memory.
1) Should I use the Session object?
2) How, preferably with an HTML file, do I set the values
on the form when opening the file?
3) How do I copy the form values to the object when
leaving the page?
4) While I'm at it, how do I set a default value for
<INPUT TYPE="radio" ... ?
Thanks in advance!
For example, start date, end date, country code etc.
What I would like to do is keep 10 values in memory.
At the start of each page I would like to check if
the variables have valid values and if they do then
set those values on the form.
When leaving the page I would like to gather the values
from that page and put them into memory.
1) Should I use the Session object?
2) How, preferably with an HTML file, do I set the values
on the form when opening the file?
3) How do I copy the form values to the object when
leaving the page?
4) While I'm at it, how do I set a default value for
<INPUT TYPE="radio" ... ?
Thanks in advance!