Confirmation Dialog box on JSP
843833Aug 16 2001 — edited Aug 17 2001Has anyone had any experience in adding a confirmation dialog to their JSP before doing a submit of information to the database?
I would like to create some added functionality to my application where once the user inputs all information in the JSP I have, they can then press the Add to Database button and be prompted with a dialog box confirming the data they entered and then having them press an OK or CANCEL to complete the transaction.
Please let me know how you went about doing this. What would be the best and quickest method of implementing this feature???
Thank you.