I have a pop up confirmation
jsp page where the user is asked to enter his name and confirm/cancel but once I hit the pop up I no longer can do a document.forms[0].submit() since the initial form is not available.
So what is the best practice ? Send the form to the pop up jsp (can this be done) or save the form in the session ?