Skip to main content
Category: Gecko DOM Reference
« Gecko DOM Reference
Sets focus on the window.
window.focus()
if (clicked) { window.focus(); }
DOM Level 0. Not part of specification.