simobk
06-23-2003, 10:30 PM
Hi all,
How can I minimize a window using an image on my site. I have a window that opens full screen, and I want one button that closes it and another that minimize it. It's easy for closing, but the only thing I found for minimizing was:
<a href="javascript:top.window.blur();">
But as you know, this doesn't actually minimize the window, it just kinda put it in the background.
To see it in action: http://www.guydodo.com
Thanks for your help...
Simo
How can I minimize a window using an image on my site. I have a window that opens full screen, and I want one button that closes it and another that minimize it. It's easy for closing, but the only thing I found for minimizing was:
<a href="javascript:top.window.blur();">
But as you know, this doesn't actually minimize the window, it just kinda put it in the background.
To see it in action: http://www.guydodo.com
Thanks for your help...
Simo