keyup | onkeyup event

This topic has not yet been rated - Rate this topic

Fires when the user releases a key.

HTML 4.01 Specification, Section 18.2.3

Syntax

HTML Attribute <element onkeyup = "handler(event)">
Event Property object.onkeyup = handler;
addEventListener Method object.addEventListener("keyup", handler, useCapture)

Event information

SynchronousNo
BubblesNo
CancelableNo

Event handler parameters

pEvtObj [in]

Type: IHTMLEventObj

Standards information

Remarks

Returns a number specifying the keyCode of the key that was released.

To invoke this event, do one of the following:

  • Release any keyboard key.

See also

a
abbr
address
area
audio
b
bdo
blockQuote
body
button
canvas
caption
cite
code
custom
dd
del
div
dl
document
dt
em
fieldSet
form
hn
hr
i
img
input type=button
input type=checkbox
input type=file
input type=image
input type=password
input type=radio
input type=reset
input type=submit
input type=text
kbd
label
legend
li
map
object
ol
p
pre
q
rt
ruby
s
samp
select
small
source
span
strong
sub
sup
table
tBody
td
textArea
tFoot
th
tHead
tr
u
ul
var
video
window
Reference
onkeydown
onkeypress

 

 

Send comments about this topic to Microsoft

Build date: 11/29/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.