keyCodekeyCode*
*



Contents  *



Index  *Topic Contents
*Previous Topic: isTextEdit
*Next Topic: lang

keyCode

Description

Specifies the Unicode key code associated with the key that caused the event. This property is intended to be used with the onkeydown, onkeyup, and onkeypress events.

Syntax

object.keyCode[ = keyCode]

Settings

This read-write property can be set to a Unicode key code. It is zero if no key caused the event.

Applies To

event


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.