hi,
i have a javascript variable
var monthNum and i assigned some value in javascript.Now i use that variable in jsp as
<%
pstatement2 = connection.prep areStatement("S elect * from importtimetable where month='"+monthN um+"'");
%>
In that where condition monthNum is jascript variable. I used like that i got a error.
Could plz tell that correct syntax i have to use in that place.
i have a javascript variable
var monthNum and i assigned some value in javascript.Now i use that variable in jsp as
<%
pstatement2 = connection.prep areStatement("S elect * from importtimetable where month='"+monthN um+"'");
%>
In that where condition monthNum is jascript variable. I used like that i got a error.
Could plz tell that correct syntax i have to use in that place.
Comment