Javascript inside jsp if condition
Hi all
I was wondering whether it is possible to do something like
<%if ( %> javascriptFuncCall <%);
//do something
%>
with javascriptFuncCall returns true or false
Thanks in advance,
Hi all
I was wondering whether it is possible to do something like
<%if ( %> javascriptFuncCall <%);
//do something
%>
with javascriptFuncCall returns true or false
Thanks in advance,