TOC PREV NEXT INDEX

Put your logo here!


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. 


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