I have a HTML form in 1 JSP, when onSubmit, it post data to a 2nd JSP. In the 2nd JSP, I have a date field that allows user to select date from a pop-up calendar (javascript). Here is something strange I've discovered when user click the 'back" browser button
1. If the pop-up get activated in 2nd, all form data in 1st JSP are lost
2. If the pop-up didn't get activate, all from data in 1st JSP are preserve
Why? I thought the browser back button will get whatever that was stored in the client's local browser history ....
Ku
1. If the pop-up get activated in 2nd, all form data in 1st JSP are lost
2. If the pop-up didn't get activate, all from data in 1st JSP are preserve
Why? I thought the browser back button will get whatever that was stored in the client's local browser history ....
Ku

Comment