hogtied
01-10-2003, 05:43 AM
Hello members,
I have a script that controls two selectboxes, day and month;
this script takes today's date and it fills a date selectbox with only the number of days of the month and preselects today's month and day. If a user selects lets say february, then script repopulates the date selectbox with number days of that month.
Problem; unlike static selectboxes and textboxes, where a user clicks back, what was entered/selected stays entered/selected.. On the hand the script will run with today's dates reloading the date selections.
Is there a way to stop it from reloading the selections or saving the selections.
Maybe the only way to do this is cgi or cookies, maybe sessions. dunno that's why im asking.....
Thanks,
Hogtied
I have a script that controls two selectboxes, day and month;
this script takes today's date and it fills a date selectbox with only the number of days of the month and preselects today's month and day. If a user selects lets say february, then script repopulates the date selectbox with number days of that month.
Problem; unlike static selectboxes and textboxes, where a user clicks back, what was entered/selected stays entered/selected.. On the hand the script will run with today's dates reloading the date selections.
Is there a way to stop it from reloading the selections or saving the selections.
Maybe the only way to do this is cgi or cookies, maybe sessions. dunno that's why im asking.....
Thanks,
Hogtied