Hi
i am trying to create an application for in PHP such that after the submission, the system should retrieve all the applications which he had done earlier and ask him whether to continue or not.
the logic is in such a way that i hav a div (id : confirmation) whose display is none. when the execution is on progress, we fetch all the details, write to div, then display will be 'block';
there will be two hyper links in confirmation div , confirm, and abort. when i click on confirm, the execution should continue to save the application.
the pain area is that everything is going fine except the div is not waiting for the confirmation. it is just coming and execution is continuing. it is not waiting for user confirmation.
somebody please tell me how to stop execution for user confrmation
thanks in advancce
Jessy