PDA

View Full Version : Minimize Browser - strange request I know...


WrecknRoll
09-07-2001, 03:44 PM
Hey all,

I just found this board, hope y'all don't mind a new font jumping in the mix!

I would like to add a button that when clicked minimizes the browser. Sounds strange I know but I've got a separate window behind the current browser that I would like to view after this button is clicked. Is there a quick way to do this with HTML?

Thanks...

WR

Dr. Web
09-07-2001, 04:41 PM
just set the focus to the 'other' window onClick of the button.

<input type=button value=click onClick="window.windowName.focus()">