posted 21 years ago
Hi all,
I want search in hashtable which is in jsp
but i have to implement this process using javascript variable
like this
fuction hello(funtionid)
{
var selectedindex=<%namelist.get(functionid)%>
}
here
functionid is javascript variable
namelist is hashtable which is in jsp.
But all of them are in same jsp java.
please tell me suggestion