aspose file tools
The moose likes JSP and the fly likes jsp and 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 "jsp and javascript" Watch "jsp and javascript" New topic
Author

jsp and javascript

Jherald Lacambra
Ranch Hand

Joined: Feb 02, 2005
Posts: 129
how can i call a function from javascript to jsp page?


jherald
Shailesh Chandra
Ranch Hand

Joined: Aug 13, 2004
Posts: 1076

do you want to call a method of JSP from JavaScript code ?


Gravitation cannot be held responsible for people falling in love ~ Albert Einstein
Eugene Lucash
Ranch Hand

Joined: Feb 19, 2005
Posts: 77
Jsp is server side. JavaScript is client side.
JavaScript appears in jsp as ordinary html markup or the template text,
and nothing more.
Jsp cannot call javascript, it can only write fucntions or calls
to response output so browser will execute it.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: jsp and javascript
 
Similar Threads
Selectbox in Javascript
Form in New window
Change drop down box to text field
JavaScript in JSP
Need Ideas for This Puzzle