TOC PREV NEXT INDEX

domref



window.focus()


Sets focus on the window.

Syntax

window.focus()
 

Parameters

None.

Example

if (clicked) { window.focus(); }
 

Notes

None.

Specification

DOM Level 0. Not part of specification.
 


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