GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Tech FAQs  >  Programming  >  J2EE

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



July 07, 2006 07:07:56 #4
 srinivas.g   Member Since: Visitor    Total Comments: N/A 

RE: When we write JavaScript Code in the JSP Page from...
 
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.
     

 

Back To Question