A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
Win a copy of
Arduino in Action
this week in the
General Computing
forum!
A special promo:
Enter your blog post or vote on a blogger to be featured in an upcoming Journal
JavaRanch
»
Java Forums
»
Java
»
Servlets
Author
Accessing javascript variable in jsp
balu gates
Greenhorn
Joined: Jan 05, 2001
Posts: 16
posted
Feb 12, 2001 12:25:00
0
How to access a variable defined in a javascript using jsp
Ex:
<script>
function func(Var)
{
var someVar=Var;
<%
session.setAttribute("SomeString", Var);
%>
}
Thanx
I agree. Here's the link:
http://zeroturnaround.com/jrebel
- it saves me about five hours per week
subject: Accessing javascript variable in jsp
Similar Threads
get string values from Request and Session
Jsp in Javascript || Javascript in Jsp
Intialize javascript variable using jsp
compare jsp variable and javascript variable
Interesting!!!!!!!!!!!!!!!!!!!!!!
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter