Development - Java Script - Events Question And Answers

Which of the following event fires when the form element loses the focus: , , , , ?

A.  onfocus

B.  onblur

C.  onclick

D.  ondblclick

View Answer  

To set up the window to capture all Click events, we use which of the following statement?

A.  window.captureEvents(Event.CLICK);

B.  window.handleEvents (Event.CLICK);

C.  window.routeEvents(Event.CLICK );

D.  window.raiseEvents(Event.CLICK );

View Answer  

The syntax of a blur method in a button object is ______________

A.  Blur()

B.  Blur(contrast)

C.  Blur(value)

D.  Blur(depth)

View Answer  

The syntax of capture events method for document object is ______________

A.  captureEvents()

B.  captureEvents(args eventType)

C.  captureEvents(eventType)

D.  captureEvents(eventVal)

View Answer  

The syntax of close method for document object is ______________

A.  Close(do)

B.  Close(object)

C.  Close(val)

D.  Close()

View Answer