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



May 05, 2008 01:23:52 #5
 naveen.bj7   Member Since: May 2008    Total Comments: 1 

RE: When we write JavaScript Code in the JSP Page from where the Java Script code will be executed by the Container
 
whenever request for that jsp is sent thru URL of the available browser then the javascript code in the <script > tags will be execute
     

 

Back To Question