InterviewSolution
Saved Bookmarks
| 1. |
What Is The Use Of On Error Event In Dhtml? |
|
Answer» The on ERROR EVENT is USED to write error handling code.The SYNTAX window.onerror=functionName SPECIFIES that functionName runs if the onerror is triggered in the window object. Error handlers can accept three parameters from the onerror event. The on error event is used to write error handling code.The syntax window.onerror=functionName specifies that functionName runs if the onerror is triggered in the window object. Error handlers can accept three parameters from the onerror event. |
|