FrameElement.onkeyup Property
SharePoint Designer Developer Reference |
Returns or sets a Variant that represents the value of the onkeyup attribute, which is the script that runs when the onkeyup event fires.
Syntax
expression.onkeyup
expression An expression that returns a FrameElement object.
Remarks
See also the onkeydown and onkeypress properties.
See Also