Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: Dynamic Select Problem


Message #1 by "John Miller" <jpmiller@a...> on Mon, 14 Oct 2002 09:33:25 -0400
I have a set of dynamic select boxes. The first select updates the
second's list using java. This works fine, but I need for the users to
be able to make a selection, submit, then click back and choose another
selection. When they click back however, the first select box still
holds the value they submitted, but the second select box has no value.
They have to choose another value from the first box, then re-select the
value they want before the second select box is repopulated. Is there a
way to make the page refresh when the back button is pressed? That way
both select boxes would refresh back to their initial values.

 

Thank You,

John Miller, RESA-I <http://resa1.k12.wv.us> 

Technology Services Manager

jpmiller@a...

 

 


Message #2 by "Joe Ingle" <joe@k...> on Mon, 14 Oct 2002 14:50:01 +0100
Can't you do a Response.Redirect from page 2 back to page 1? This would 
refresh the page, and the user wouldn't have to hit the back button.

Joe

-----Original Message-----
From: John Miller [mailto:jpmiller@a...]
Sent: 14 October 2002 14:33
To: ASP Web HowTo
Subject: [asp_web_howto] Dynamic Select Problem


I have a set of dynamic select boxes. The first select updates the
second's list using java. This works fine, but I need for the users to
be able to make a selection, submit, then click back and choose another
selection. When they click back however, the first select box still
holds the value they submitted, but the second select box has no value.
They have to choose another value from the first box, then re-select the
value they want before the second select box is repopulated. Is there a
way to make the page refresh when the back button is pressed? That way
both select boxes would refresh back to their initial values.



Thank You,

John Miller, RESA-I <http://resa1.k12.wv.us>

Technology Services Manager

jpmiller@a...








---

Improve your web design skills with these new books from Glasshaus.

Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=3Dnosim/theprogramm
e
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=3Dnosim/theprogramm
e
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=3Dnosim/theprogramm
e
r-20

  Return to Index