Printable Version of Topic

Click here to view this topic in its original format

HTMLHelp Forums _ Client-side Scripting _ window X and Y

Posted by: Uzi Sep 18 2006, 04:49 AM

I have 2 windows open, X and Y

I want both of them open , with X being in front and Y being in the background

NOTE, if the mouse clicks on window Y.. window Y should still be on top so no matter what window X will always be on top

how do I do this?

Y = firefox
X = html app


Posted by: Christian J Sep 18 2006, 05:01 AM

You might http://www.irt.org/script/66.htm:

<body onBlur="self.focus()">

Note that many people use popup blockers these days.

Posted by: Darin McGrew Sep 18 2006, 09:23 AM

And many of us disable JavaScript, others don't have JavaScript available, and others use browsing environments that don't support windows. So "no matter what" isn't going to work.

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)