Hi I don't really know JS at all so was wondering if someone could advise me how to do this. I have a php script. The form is below the script and the script only runs when submit is pressed if(isset($_POST['submit'])){ Code Here } What I want is for a check box to come up that says Are you sure you want to delete these posts Ok CANCEL If okay I want it to process the form If cancel just return to the page. Any help will be much appreciated