I have a form page.
For my form page, I just had to add a pop-up message before submitting.
It's not an alert, but a javascript call for window.open.
When the user clicks a button on the pop-up window -- it closes the window and continues to process using the parent window.
Problem is that once I added the pop-up, now if the user clicks back button -- it goes correctly to the form but does NOT display any of the info that was filled out.
How can I work around this and still use this pop-up window in betweeen?
thanks in advance.
For my form page, I just had to add a pop-up message before submitting.
It's not an alert, but a javascript call for window.open.
When the user clicks a button on the pop-up window -- it closes the window and continues to process using the parent window.
Problem is that once I added the pop-up, now if the user clicks back button -- it goes correctly to the form but does NOT display any of the info that was filled out.
How can I work around this and still use this pop-up window in betweeen?
thanks in advance.