On Jul 1, 5:20 pm, Jonas Sicking <[email protected]> wrote: > myForm.addEventListener("submit", function(event) { > if (!checkform()) { > event.preventDefault(); > } > > }, false); > >
That did work, I had a typo was all. Good enough for now, for IE - I'll deal with it later. Thank you. _______________________________________________ dev-security mailing list [email protected] https://lists.mozilla.org/listinfo/dev-security
