D
DrKen
I am having trouble finding the error in my .js file. I have a web
page that I am using outside of its web application in order to test a
small change to a JavaScript file. I am getting an error while the
page is rendering. It stops part way through rendering. My experience
has been that this is a JavaScript error. However, when I try to open
the .html file in Firefox, the Error Console seems to list no errors,
warnings, or messages for the page. I opened Firebug on the page and
then opened the .html file and the Firebug part disappeared. I tried
using jslint but that gave me all sorts of grief over code that has
worked for three years and stopped aorund line 30 instead of giving
errors for the entire file . Is there a good tool to find JavaScript
coding errors? Thanks.
Ken
page that I am using outside of its web application in order to test a
small change to a JavaScript file. I am getting an error while the
page is rendering. It stops part way through rendering. My experience
has been that this is a JavaScript error. However, when I try to open
the .html file in Firefox, the Error Console seems to list no errors,
warnings, or messages for the page. I opened Firebug on the page and
then opened the .html file and the Firebug part disappeared. I tried
using jslint but that gave me all sorts of grief over code that has
worked for three years and stopped aorund line 30 instead of giving
errors for the entire file . Is there a good tool to find JavaScript
coding errors? Thanks.
Ken