Discussion Forum : Server-side And Client-side Scripting
Question - Which handler is triggered when the content of the document in the window is stable and ready for manipulation?
Options:
A .  onload
B .  manipulate
C .  create
D .  None of the mentioned
Answer: Option A


One of the most important event handlers is the onload handler of the Window object. It is triggered when the content of the document displayed in the window is stable and ready to be manipulated. JavaScript code is commonly wrapped within an onload event handler.



Was this answer helpful ?
Next Question
Submit Your Solution hear:

Your email address will not be published. Required fields are marked *