Is there any way in JavaScript to focus the document (content area)?

Viewed 41570

Is there any way to set focus to the document, i.e. the content area, in JavaScript? document.focus() doesn’t seem to do anything.

3 Answers
Related