I'm receiving a script error in IE:
Line: 59 Char: 71 Error: Expected identifier, string, or number Code: 0
Line 59, character 71 don't seem to actually correspond to my code. It doesn't even say what file, but I've looked at my main javascript file, viewing the page source, etc.
This has happened to me before and I've looked around until I finally find an error with the code -- usually a comma -- but I would really like to get some use out of these line/char numbers. I read once that it's a reference to the internal version of the page that IE reads from.
Does anyone have information on how to find out what these numbers actually mean and see the line of code that's causing the problem?
Appreciate any help!