The following code snipped demonstrated how you could setup your own custom error handler. function customHandler(desciption, page, line, position) {
This will display a custom message on screen with information about the JavaScript error that occured. |
