location
Property of dom/KeyboardEventdom/KeyboardEvent
Syntax
var result = element.location;
element.location = value;
Notes
Remarks
The location property is not set during onkeypress events. It is available only during onkeydown and onkeyup events.
Syntax
Standards information
- Document Object Model (DOM) Level 3 Events Specification, Section 5.2.6
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]