vote up 1 vote down star

Is there a javascript or jQuery method to minimize the current browser window?

flag

1  
That would be pretty scary! – BobbyShaftoe Mar 2 at 10:00

2 Answers

vote up 1 vote down check

There is no way to minimize the browser window within javascript.

There are ways to change the size of the window, but no true minimization (nice word)

link|flag
vote up 2 vote down

No, there isn't. However, depending on what you're doing and which browsers you're targeting, you could play around with the blur and focus events of the window to achieve similar effect.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.