Popuing up a confirm message box upon form submission PhP
Hi everyone,
I am creating a web based application for managing support tickets.So, whenever user closes the ticket by submitting a form, I want to have a confirm message box popped up( yes/no). Depeneding upon the choice, the form should be either processed or not processed.I know this can be done using java script, but I am not very sure how to do it.I am using PHP and mysql. I would really appreciate if someone can help me out with this.
Thanks
