Well here is what I am trying to do. On my webpage I have a form where the user submits some info and it is delt with in another Php script. When the Submit button is pushed, I want a confirm box, like a messagebox with a Okay/Cancel to popup with a disclaimer. If the user agrees with it (Okay) then continue loading the script, if they don't (Cancel), then don't load the script and go back to the previous page. Now I am still kind of new to PHP, but this is really vital right now for my site, so help would be greatly appreciated.