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
Christian J
Sep 18 2006, 05:01 AM
You might
focus the popup as soon as it's blurred:
<body onBlur="self.focus()">
Note that many people use popup blockers these days.
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.