popup message box yes no
victorpJul 5 2006 — edited Jul 6 2006When the user presses the submit button, i want a popup with yes no to come up asking 'are you sure you want to submit'. I have found a javascipt example and is easy to implement but i'm not sure of the url to use. if they answer no then fine, do nothing. if they answer yes i need to continue on with the processing. do i need to use a url (i cant even imagine what would need to go in it) or is there some other command i can do? maybe somehow issue a submit or sql update database action? or is there a better way?