Visit Mozilla.org

DOM:window.focus

From MDC

« Gecko DOM Reference

Contents

[edit] Summary

Sets focus on the window.

[edit] Syntax

window.focus() 

[edit] Example

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

[edit] Specification

DOM Level 0. Not part of specification.