Hi everybody!!!
   I have a question: I have a form that I generate through the doPost
method, I have many fields there, some of them are listboxes that I fill
from my databasee, and the rest I need to verify if they are correct with
JavaScript, the true is it's a lot!
Is there any efficient way of writing this html to the client through the
servlet or just use:
res.setContentType("text/html");
PrintWriter out = res.getWriter();
out.println("  JavaScript code ....");
out.println("  all the HTML forms ....");

___________________________________________________________________________
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