When calling an updateData.jsp from a viewData.jsp I automatically populate option boxes with current data stored in session. (You know, loop thru the option object and when you find a match, make it selected)
In javascript, using onChange(), I am trying to repopulate the contents of another select box. The problem is that with Netscape, the page reloads itself to try and display the new option() values, but, because I have javascript populating the options with those existing session variables, the option boxes just keep repopulating with the same values over and over again, which is understandable based on the reloading of the form data passed to this jsp. I've tried manipulating variable values to create conditions to check on the refresh, but as you may have guessed, the data is just the same as the original request to this jsp. Any ideas on how to handle Netscape's behavior so I can make this work?? Thank You for any suggestions. Brian =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com
