| Author |
Retain Drop Down menu values on "Back"
|
Ravi Pat
Greenhorn
Joined: Oct 04, 2004
Posts: 15
|
|
Hello all, I'm using javascript in a JSP which uses the onchange() function to populate 4 drop down boxes that are linked. Based on the options selected in the JSP a graphic is created. Now when I go back to the JSP, I want all the options selected on the form to be retained. However the Drop Down menus do not retain their values. Please help! I don't quite get whats explained in http://www.coderanch.com/t/112616/HTML-JavaScript/retaining-form-field-after-submission thanks in advance ravi
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
you need the browser to remmeber the values, either you need to use a cookie on the client side, or you need to capture them on the server side. Eric
|
 |
Ravi Pat
Greenhorn
Joined: Oct 04, 2004
Posts: 15
|
|
Can you suggest a place where I might find some example code. thanks.. ravi
|
 |
 |
|
|
subject: Retain Drop Down menu values on "Back"
|
|
|