[Javascript] Netscape cannot submit() multiple forms?

Tom Churm thomas.churm at pixelpark.com
Wed May 2 05:15:32 CDT 2001


hi,

(Peter, you were right!-NS cannot submit mult. forms)

i've got a link that calls a javascript function.  this function
contains the following:

document.forms[1].submit();
document.forms[2].submit();
document.forms[3].submit();
document.forms[4].submit();
document.forms[5].submit();

five different forms should be submitted when this link is clicked on. 
in MSIE i've got no problems--all forms are submitted.  but in netscape,
only the last form is sent:

document.forms[5].submit();

and the other four are simply ignored.  anybody know if this is some
kind of built-in safety feature for Netscape, and if there's a
workaround for this?

thanks,

tom




More information about the Javascript mailing list