TOC PREV NEXT INDEX

Put your logo here!


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

Not part of specification.


mozilla.org | mailto:oeschger | bug 93108
TOC PREV NEXT INDEX