i m working on a php page where css, JS and Jquery is included. in Mozilla it show Error message on console or in firebug but in IE it display
Line:1597
Char:9
Error:Invalid Argument
Code:0
URL: blah blah blah
now how do i know this error?? in fact there is no 1597 lines in my php code
and if i extract all JS and CSS(included) then how do i calculate line no. 1597? do i extract each and every CSS and JS in the order they are included? either it should be reflect in source code
how do i understand this error reporting message??? is there any way/ tool to identify exact what error IE want to show?