Is it possible to change document.activeElement in JavaScript?

Viewed 85406

Is it possible to programmatically change the value of the document.activeElement property in JavaScript?

2 Answers
Related