This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JSP and the fly likes Doubt  in JavaScript Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "Doubt  in JavaScript" Watch "Doubt  in JavaScript" New topic
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
    
  13

Read this article.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Doubt in JavaScript
 
Similar Threads
Validating email in javascript?
How to call JSP function through JavaScript
User Defined Functions in JSP
Can we generate Javascript from JSP Custom Tags
Thread execution