CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Using JSP

  1. #1
    Join Date
    Sep 2000
    Posts
    34

    Using JSP

    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,


  2. #2
    Join Date
    Jun 1999
    Location
    Atlanta, GA
    Posts
    57

    Re: Using JSP

    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

  3. #3
    Join Date
    Nov 1999
    Location
    Israel
    Posts
    44

    Re: Using JSP

    You can use javascript in JSP too because JSP runs on the server like ASP and generates output to the browser.

    Good Luck
    Dave


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured