> I am generating HTML form screen after I receive data from servlet. I
> am using out.println statement
> for dispalying HTML form. If I want to submit this  generated HTML
> form is it possible to use Java Script using out.println?  If yes can
> you give sample example.

Of course you are able to output javascript!
Just use out.println() to write the whole html file as you would do if
you would write it in your editor.. it's up to the browser to interpret
that.. and if it's javascript the browser wouldn't care if it was a
servlet or a static html page that generated it..

Erwin

___________________________________________________________________________
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