reply to [Javascript] Netscape cannot submit() multiple forms?

David Crotty davecrotty at netscape.net
Sun Jun 3 21:07:50 CDT 2001


In Reply To:

http://www.latech.edu/pipermail/javascript/2001-May/000492.html

The answer is:

Put at least one input variable in the form declaration, and it will work fine in Netscape (IE doesn't require this for some reason), i.e.

<form name="clearform" method="post" action="/servlets/whereever">
<input type=\"hidden\" name=\"bogus\" value=\"0\">        
</form>
__________________________________________________________________
Get your own FREE, personal Netscape Webmail account today at http://webmail.netscape.com/




More information about the Javascript mailing list