I have an asp page that builds a calendar made up of images for each
day. When a user selects a day, javascript changes the day selected
and the next 2 days' images to a "booked" image. I place the day's
value into a hidden form variable, so that when the user bounces around
different months (same page), then comes back to the month with a date
selected, the page will remember the day and show the "booked" images
for the day already selected.
After the user comes back to the month where a day was selected and
decides to change the day, then move forward in the "booking" process,
but then presses the back button, the page remembers the previous day
selected.
When the back button is pressed, how can I code the page to view the
new day selected?