PDA

View Full Version : Minimising a window?


HughLazarus
06-26-2002, 01:39 PM
Does any one know how to minimise a window to the taskbar?
Please, this must be possible.

whackaxe
06-26-2002, 02:01 PM
the best way to do this is as x_goose_x said

window.onblur = moveBy(4000, 4000) //to be extreme and futer proof
window.onfocus = moveby(-4000, 4000)

<a href="javascript:blur()">minimize</a>