Hi, we have problems compiling a JSP that contains Javascript with
Apparently, any JavaScript statement that looks like:
 
    if (xxx <= 9) .......
 
generates an error
 
IT WAS the "<=" portion of it.  It must confuse it with the beginning
of an HTML tag somehow.  The quick resolution was to replace
that statement with "xxx < 10".   
 
But, is there a way to tell it to ignore the javascript entirely?
 
any thoughts?
 
thx chris
 
------------------------------------------------------------

chris carter
director
new media development

nuforia inc.                           >  houston
v  713.354.1591
f  713.354.1600
http://www.nuforia.com
 

 

Reply via email to