Hi,
  First of all thank you very much for your responses, but the problem found
was as follows,

when we use statements like
..
..
out.println("<input type=checkbox  checked disable name=age"+mainindex+"
value="+date+">"+rs2.getString("lec_name"));
..
..

The property disable was not appeared in Netscape but in IE5, so when submitting
the above form IE does not send a value for the above check box but Netscape
do send a value. Because of this it lead to an error.

Hope this helps ,but let me know how can we disable a checkbox in Netscape 4.61


TOM

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to