User Interface Designer Question:
Download Questions PDF

What is Event Handling?

Answer:

As explained earlier Events is the beating heart of any JavaScript application. For handling event in DHTML we attach event handler to HTML elements. The event handler waits until a certain event, for instance a click on a link, takes place. When it happens it handles the event by executing some JavaScript code that has been defined by us. After it has executed the code the event handler comes to its initial state and waits for the user to fire any event. Hence to handle events in DHTML we need to register an event handler.

Download UI Designer Interview Questions And Answers PDF

Previous QuestionNext Question
What is Style Modifications?How to eliminate the blue border around linked images on web page?