Im looking to be able alert the user with some sort of alert box that they have to click confirm in order for the rest of the code to be executed.
Basically what is happening is the user inputs data into a table and depending on the data inputted the result will either pass or fail. It can pass under 3 different specification ranges or just fail, or there can be 4 different outputs.
So far when the submit button is clicked it displays the results to the user and immediately stores it into the database. I want some sort of pop up box which the user has to click confirm before the results are stored in the database.
Can someone point me in the right direction on how to do this!
Thanks
Basically what is happening is the user inputs data into a table and depending on the data inputted the result will either pass or fail. It can pass under 3 different specification ranges or just fail, or there can be 4 different outputs.
So far when the submit button is clicked it displays the results to the user and immediately stores it into the database. I want some sort of pop up box which the user has to click confirm before the results are stored in the database.
Can someone point me in the right direction on how to do this!
Thanks