The link below explains what a JavaScript error is and how to deal with it.
Most internet users have encountered the annoying JavaScript error at some stage. This happens when a script in a web page contains an error or fails to execute correctly. Exactly what happens depends on the browser and type of error, but in most cases some sort of error notification will be displayed.
What to Do When You See an Error
If you are visiting a website which shows an error, you obviously can't fix it but if you're feeling generous you might like to contact the webmaster and let them know. You can still view the page (disabling automatic error messages will make it easier), but whatever the script was supposed to do won't work. This may or may not effect on the functionality of the page.
2006-08-17 20:55:57
·
answer #1
·
answered by Anonymous
·
0⤊
0⤋
A programming error with the site you are visiting.
It cannot be corrected since it is up to the Webmaster of that site, but it is unwise to disable JavaScript/MSJ/ECMA processing because it is universal. Firefox won't popping error dialogs all over the place, but I know at least IE can disable that dialog.
2006-08-18 04:02:00
·
answer #2
·
answered by Andy T 7
·
0⤊
0⤋
First , JavaScript is Object Oriented which means, It realies on Objects to Execute properly.
you see when an Object's Script is Typed and Used Correctly, there is no Error Message.
(Note: Using Spell Check won't solve this problem =) , but you could use a script debugger. to Check for Script Typing Errors that you might accidently make,
Also you might be using a browser that a particular script might work but would'nt work with another browser.
For Example This Script might Work in Internet Explorer but Won't Work in Mozilla FireFox.
this Script Changes the Scroll Bar Color in Internet Explorer but won't Change the Scroll Bar in FireFox, catch my drift?
also a script will only execute if you Enabled the Script to Execute in your Internet Settings.
Thats just a Few Reasons why you can get a JavaScript Error.
2006-08-18 04:06:12
·
answer #3
·
answered by Daniel™ 4
·
0⤊
0⤋
You can't correct it on your end, it results from bad coding of the page by the webmaster.
Best you can do is notify them of the error and what line it's on.
2006-08-18 03:56:50
·
answer #4
·
answered by Anonymous
·
0⤊
0⤋
u can check it in forntpage
2006-08-18 03:58:10
·
answer #5
·
answered by Anonymous
·
0⤊
0⤋