TOC PREV NEXT INDEX

domref



onfocus


The onfocus property returns the onFocus event handler code on the current element.

Syntax

event handling code = element.onFocus
 

Example

None.
 

Notes

The focus event is raised when the user sets focus on the given element.

Specification

DOM Level 0. Not part of specification.


Netscape Communications
http://developer.netscape.com
TOC PREV NEXT INDEX