passing string variable to java script
how to pass a string variable from jsp to javascript... i was able to pass int, double.. but cant pass string.... can any one plz help me...<select name="x" onchange="return fill(<%=a%>);">this is the code which i have written...