On Jul 1, 5:20 pm, Jonas Sicking <jo...@sicking.cc> 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
dev-security@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-security

Reply via email to