Question: Given an event object thats stored in a variable named evt, which of the following statements will cancel the default action in Internet Explorer? a
Given an event object thats stored in a variable named evt, which of the following statements will cancel the default action in Internet Explorer?
| a | evt.preventDefault(); |
| b | evt.cancelDefault = true; |
| c | evt.returnValue = false; |
| d | evt.cancelDefault() |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
