|
|
Q234 How can I trap errors?
irt.org | Knowledge Base | JavaScript | Misc | Q234 [ previous next ] Q234 How can I trap errors?In Netscape Navigator 3 and above its possible to trap errors with:
This does trap errors on Netscape Navigator 3 and above which supports the onerror event handler - although it is always best to try and anticipate the error *before* it happens and take appropriate action:
Feedback on 'Q234 How can I trap errors?' |
-- div -->
|