When we write JavaScript Code in the JSP Page from where the Java Script code will be executed by the Container

Questions by Geek4Mani

Showing Answers 1 - 7 of 7 Answers

man

  • Feb 17th, 2006
 

If client side validation is required then we can write javascript code in JSP Page.

  Was this answer useful?  Yes

Narish

  • Mar 30th, 2006
 

before convert from jsp to servlet.presention logic is separated from business logic . presention logic will be called if u write java Script

                                             tirumalarao

  Was this answer useful?  Yes

sandy25mca

  • May 24th, 2006
 

In a jsp page javascript code will run on the client side..Where as jsp code is compiled by the jsp engine residing in the server.

  Was this answer useful?  Yes

srinivas.g

  • Jul 25th, 2006
 

actually we need validation first of all. if we done serverside validation ,it sholudbe  checked at serverside.but it will increase the network traffic.so that's why we need java script which is used to validate the given data at clientside before submitting to server.

  Was this answer useful?  Yes

naveen.bj7

  • May 9th, 2008
 

whenever request for that jsp is sent thru URL of the available browser then the javascript code in the <script > tags will be execute

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions