View Full Version : Minimizing Browser


evalopez
05-08-2003, 08:09 PM
ok. I know javascript:parent.close() closes your browser. But is there a code to minimize?

Thanks!

SSPrincess
05-08-2003, 09:27 PM
I have pictures popup on my site, and have the pop-ups be a certain size. The code for what I use is below, but I think what you want is the part that I have put in red:


<form><input type="button" Value="Name of Popup" style="font-family:comic sans ms" style="background:#9999ff" ONCLICK="window.open('http://picture.gif', 'Sample', 'toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=yes, copyhistory=yes, width=0, height=0')">

Does that help?

evalopez
05-08-2003, 09:30 PM
not quite.

what it is, is that i have a site that is fullscreen without a menubard or anything at all. i need a way to minimize it so you can access your other programs (it also covers your taskbar - making it "full screen")

so i hope this is more detailed!