| Author |
Doubt in JavaScript
|
Dipti Mishra
Greenhorn
Joined: Jan 24, 2006
Posts: 22
|
|
Hi Folks, Can anyone tell me how do we call a java script method in a JSP file.Can we use it directly call it? Can we retrieve a session variable in javascript? if yes, then please specify how? and if no then do tell me the reason. Thanks in advance. regards, Dipti
|
 |
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
|
|
Javascript is interpreted in the browser (client side) whereas JSP is interpreted on the server. The easiest way to understand the implications of this is to think: "The JSP writes the HTML and Javascript which the browser will interpret." and to use your browser's "View -> Source" option to look at the actual HTML/Javascript code which was the output from your JSPs execution.
|
Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56191
|
|
|
Read this article.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: Doubt in JavaScript
|
|
|