Click to See Complete Forum and Search --> : Using JSP


ramesh_nittur
October 4th, 2000, 11:18 AM
Dear all,

I want to know info regarding Tomcat software and Apache for running JSP and the need of it.How to do client validation in JSP i.e in ASP we do it using java script.

thanks in advance,

meherss
November 5th, 2000, 02:42 PM
You can do the same using JSP. You can embed javascripts inside jsp as similar as regular html or asp. Regd. Tomcat and Apache - I can not help any. Hope this helps. If you need any code snippets let me know.


Meher

David Roberin
November 6th, 2000, 07:32 AM
You can use javascript in JSP too because JSP runs on the server like ASP and generates output to the browser.

Good Luck
Dave