Dear Ryan,

As per the specifications, JSP is compiled on the server.  Javascript is
typically run on the client's web browser.

So, the answer to your question is no.  JSP builds the web pages and is not
living code on the client's machine.
You can, however, get the parameters passed in the form once they reach the
server.

-Ed





"Ryan Richards" <[EMAIL PROTECTED]> on 09/06/2000 02:31:42 PM

Please respond to [EMAIL PROTECTED]



 To:      [EMAIL PROTECTED]

 cc:      (bcc: EDWARD M. BORISO/EMPL/VA/Bell-Atl)



 Subject: Question regarding JSP and HTML forms






Question:

I am trying to use JSP's for a project I am working on. Can
I use JSP to obtain information from HTML form elements as I
would do in JavaScript? hence eliminating the need for
JavaScript altogether?

Any links to JSP-HTML Form info would be appreciated. I have
had trouble finding specific info on this subject.

Ryan
___________________________________________________________________________
Visit http://www.visto.com/info, your free web-based communications center.
Visto.com. Life on the Dot.

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to