| |
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 | |