Hi ,
the below statement is in a java program,in that xmlforDisplay is the java variable whose value i have to pass to the javascript function as follows, with the below code,I am getting the syntax error.Please help me...
[CODE=java]out.println("<i nput type='button' value='Transfor m' onclick='javasc ript:eventHandl erFunction(docu ment. formlob.lobsele ction.value,\'' "+xmlforDisplay +"'\',null)' ></td></tr></table><br><br>" );[/CODE]
the below statement is in a java program,in that xmlforDisplay is the java variable whose value i have to pass to the javascript function as follows, with the below code,I am getting the syntax error.Please help me...
[CODE=java]out.println("<i nput type='button' value='Transfor m' onclick='javasc ript:eventHandl erFunction(docu ment. formlob.lobsele ction.value,\'' "+xmlforDisplay +"'\',null)' ></td></tr></table><br><br>" );[/CODE]
Comment