PDA

View Full Version : Minimize windows


safalkishore
11-26-2002, 11:00 AM
How can one minimize a window on click of a button making use of Javascript

One way that i can think of is onclick=window.blur()

The above makes the window disappear giving an impression to the user that the window has been minimized

Is there any other code available for the same ?

x_goose_x
11-26-2002, 06:48 PM
There is no real way to minimize, but in ie you can move the window off the screen, then onfocus move it back on screen. You could also try making it as small as possible and movig it to the bottom corner.