Jump to content

A Error for a empty line


khadem1386

Recommended Posts

HII make a ASP file and it returne Error in INTERNET EXPLORER like it:error.jpgBut the line 26 in source is Emptyerror2.jpgmy page run good BUt I see a yellow ! in threeangle in statusbar As you know.I chang my line and make some space and line. but it return evry time LINE 26 have Error.Thank for your Help

Link to comment
Share on other sites

It is a Javascript error, and Internet Explorer does not report the correct line number or character number. Actually, it might report the right numbers as they relate to something, but I've never seen any relation to the numbers reported by IE and the actual line of the error.If you want to debug Javascript, use a browser that has a decent Javascript error console, like Opera or Firefox. IE should not be used to debug Javascript.Also, just to clarify, IE or any other browser will not report ASP errors. The browsers report client-side scripting errors, such as Javascript. ASP and other server-side errors are reported by the server as an error page.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...