This page is Not Ready

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

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

Attributions