this wasn't a very perl-y example.. but it's similar to what simon.proctor suggested.<input type="button" name="submit" value="javascript: submitForm();"> <script language="javascript"> function submitForm() { if (confirm("delete account?")) { mainForm.submit(); } } </script>
In reply to Re: Re: Re: submit button with javascript confirmation
by Moonie
in thread submit button with javascript confirmation
by greenFox
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |