sourabhjha
Programmer
my peice of code is like this.On run time i get an error saying "; expecxted"..can anyone help
function js_onFieldChange()
{
var form = this.document.forms[0];
form.EDITFLAG.value ="TRUE";
<% if (getServletContext().getAttribute("editflag" != null)
{
userinfo.remove(user+ "~" +dbLabel);
}
else
out.println("inside js else"
%>
//set app variable to yes
}
thanks in advance
-Sourabh
function js_onFieldChange()
{
var form = this.document.forms[0];
form.EDITFLAG.value ="TRUE";
<% if (getServletContext().getAttribute("editflag" != null)
{
userinfo.remove(user+ "~" +dbLabel);
}
else
out.println("inside js else"
%>
//set app variable to yes
}
thanks in advance
-Sourabh