InterviewSolution
Saved Bookmarks
| 1. |
Which handler is triggered when the content of the document in the window is stable and ready for manipulation?(a) onload(b) manipulate(c) create(d) onkeypressThis question was posed to me by my college director while I was bunking the class.This interesting question is from JavaScript in Web Browsers topic in section Server-Side and Client-Side Scripting of JavaScript |
|
Answer» The correct choice is (a) ONLOAD |
|