views:

2347

answers:

2

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

+2  A: 

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.

kkyy
+1  A: 

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)

Ólafur Waage