|
|
Q639 Can I create an 'on error resume next'?
irt.org | Knowledge Base | JavaScript | Misc | Q639 [ previous next ] Q639 Can I create an 'on error resume next'?The window objects onerror event handler was introduced in JavaScript 1.1. Syntax:
For example:
If the function returns true then nothing further happens, if the function returns false then the normal JavaScript error reporting occurs. It is not possible to resume. This may change with Internet Explorer 5. |
-- div -->
|