O
OccasionalFlyer
I have a web page that uses a JavaScript file to populate drop-down
options dynamically. I've made a simple change to the JavaScript
file, the sort I have made many times with either no problem or an
error that the Firefox Error console pointed to clearly. This time,
however, I cannot figure out if the error is in something I've
inadvertently done to the HTML or is a JavaScript error. The page
loads but fails rendeing past the fixed page header (from the <body>
tag to the <form> tag it appears). However, the Frefox Error Console
doesn't say anything of note except for problems it has with www.google.com.
I started Firebug in a new tab and then opened the HTML file I am
using to test the JavaScript. Firebug disappears from sight. The net
result is that I see no error being displayed anywhere but the page
won't finish loading. One complicating factor is that the page is
full of special tags that are resolved by a server that controls the
actual web interaction--so I don't know if the 3C validation process
will be of any value. . I'm just looking at the page, however, as
simple HTML with JavaScript. Any suggestions for how I can track down
what the error is? I know there's a 3C way to check HTML but I don't
know of a way to validate JavaScript. Thanks.
Ken
options dynamically. I've made a simple change to the JavaScript
file, the sort I have made many times with either no problem or an
error that the Firefox Error console pointed to clearly. This time,
however, I cannot figure out if the error is in something I've
inadvertently done to the HTML or is a JavaScript error. The page
loads but fails rendeing past the fixed page header (from the <body>
tag to the <form> tag it appears). However, the Frefox Error Console
doesn't say anything of note except for problems it has with www.google.com.
I started Firebug in a new tab and then opened the HTML file I am
using to test the JavaScript. Firebug disappears from sight. The net
result is that I see no error being displayed anywhere but the page
won't finish loading. One complicating factor is that the page is
full of special tags that are resolved by a server that controls the
actual web interaction--so I don't know if the 3C validation process
will be of any value. . I'm just looking at the page, however, as
simple HTML with JavaScript. Any suggestions for how I can track down
what the error is? I know there's a 3C way to check HTML but I don't
know of a way to validate JavaScript. Thanks.
Ken