On 02/07/09 01:20, Jonas Sicking wrote:
I think it should work. Otherwise

myForm.addEventListener("submit", function(event) {
if (!checkform()) {
event.preventDefault();

return false;

}
}, false);

should, according to web searches, make it work in IE too. But Jonas knows more about this than me :-)

Gerv
_______________________________________________
dev-security mailing list
dev-security@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-security

Reply via email to