|
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 nuforia
inc.
> houston |
- Re: ignoring Javascript in JSP Chris Carter
- Re: ignoring Javascript in JSP Stephen Summerfield
- Re: ignoring Javascript in JSP Praveen Kumar S .
