Click to See Complete Forum and Search --> : Minimize Window


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

simobk
06-23-2003, 10:48 PM
Oh, and by the way, I thought about resizing the window to a small window in the bottom right corner, but then, the problem would be: How to return the window to full screen when the user clicks the window name on the taskbar?

brendandonhue
06-23-2003, 10:50 PM
Minimizing a window is a function of the OS, not the web page. You can not minimize a window to the taskbar in javascript.