hi,
i want use a jsp session variable inside a javascript code, for this i am using the following function,
function checkList()
{
<% String ecode1=(String) session.getAttr ibute("e_numb") ; %>
var code=<%=ecode1% >
alert (code)
}
this is showing an error can any one please help me,
thanks saurabh
i want use a jsp session variable inside a javascript code, for this i am using the following function,
function checkList()
{
<% String ecode1=(String) session.getAttr ibute("e_numb") ; %>
var code=<%=ecode1% >
alert (code)
}
this is showing an error can any one please help me,
thanks saurabh
Comment