i am using around 200 lines of java script in my jsp page, but while logging into my application javascript error is throwing.. like below
Line :1045
char : 15
Error : Expected ')'
Code : 0
URL : https://locahhost:9443/gchweb/showWelcome.do
how to rectify it.(my total page size is around 400 only including jsp tags).
help me on this. i am struggling a lot.
The line number is per the source of the page on the client (i.e. use view source in the browser), not per the source of the page on the server. Presumably it’s much longer on the client.