posted 17 years ago
Thanks for the insight.
The scenario is that on my form, there's a field which could be populated by a search function written in javascript, or by typing in the value directly. If the value is typed in directly, the Back button will show the form with the value. However, if it's populated by the javascript, the form will be initialized. Actually, if I run it in debug mode, I see that the URL is triggered again, so all the initialization happens again.
The goal is to see the page with the populated value when the Back button is hit. So, my question is how could I do that?
Your help is much appreciated.