|
|
Drifting Designs Tutorials > > Coding > > JavaScript > > Blocking JavaScript ErrorsBlocking JavaScript Errors If you've been playing around with Javascripts on your webpages long enough, you'll see that a lot of times, especially if you didn't add the code correctly, there is a little yellow mark (a yellow triangle with a black exclamation point over a white sheet) on the status bar at the bottom of the screen. That yellow mark means that there is an error on the webpage; specifically, an error with your script. However, a lot of times, it's not the webmaster's fault; sometimes, it's the script that is faulty. Here's a code to get rid of that yellow mark. Enter it into the Head part of your page. |
|
|||||||||||||