Greetings!
I want to allow users to back out of submitting their form. I have included the following script
f.submit();
return confirm('Submit form?');
This works BUT if the CANCEL button is clicked, the form is submitted anyway. What am I missing?
Thanks!
Christine
I want to allow users to back out of submitting their form. I have included the following script
f.submit();
return confirm('Submit form?');
This works BUT if the CANCEL button is clicked, the form is submitted anyway. What am I missing?
Thanks!
Christine