467). DOM Level 3 Events standardizes which of the following events?

[A] focusarea and focusover
[B]focusall and focusnone
[C]focusdown and focusup
[D]focusin and focusout

Show Answer

468). Which of the following are the necessary events currently?

[A]DOMActivate
[B]DOMFocusIn
[C]DOMNodeInserted
[D]Onclick

Show Answer

469). Which object is passed as the argument to handlers for keydown, keyup, and keypress events?

[A]KeyboardEvent
[B]Key Event
[C]Mouse Event
[D]Alphabet Event

Show Answer

470). Which among these is a property that reports rotation of mouse wheel axes?

[A]ctrlKey
[B]alterX
[C]alterY
[D]deltaX

Show Answer

471). Which of the following property specifies the string of text that was entered?

[A]message
[B]data
[C]string
[D]text

Show Answer

472). Which of the following is defined by the specification?

[A]dataMethod
[B]input
[C]inputMethod
[D]inputdataMethod

Show Answer

473). Which two events will have the generated text for key events?

[A]key and char
[B]char and text
[C] text and key
[D]key and value

Show Answer

474). Which of the following are the drag and drop events?

[A]drop
[B]dragstart
[C]both drop and dragstart
[D]dropover

Show Answer

475). Which property holds a DataTransfer object that contains information about the data being transferred and the formats in which it is available?

[A]dataTransfer
[B]transferData
[C]dataExchange
[D]exchangeData

Show Answer

476). Which API allows scripts in a document from one server to exchange messages with scripts?

[A]Cross-Document Messaging API
[B]Web application API
[C]Both Cross-Document Messaging API & Web application API
[D]Cross-linking API

Show Answer