how to pass javascript variable to the jstl code
- by venkikam
I have something like the below code
I need to pass the variable selectedIndex to the jstl code.
How can i do this?
Please help
javascript function:-
function updateSP(selectedIndex)
{
}