DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12815>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12815

document.forms[0].submit() doesn't work with netscape 4.77

           Summary: document.forms[0].submit() doesn't work with netscape
                    4.77
           Product: Tomcat 4
           Version: 4.1.10
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Catalina
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I've tried to submit a form using the method submit like the following:
<!-- a.jsp -->
<form action="b.jsp">
<!-- .... -->
<a href="#" onclick="document.forms[0].submit();">test</a>
</form>
but it doesn't work.
I've also tried with tomcat 3 and the first time i follow the link i got the
message 2002-09-19 Ctx(): IOException in R(/) pipe broken
   ...
The same with ie and nn on windows works both with windows and linux version of
tomcat

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to