PDA

View Full Version : Window Always on Top


gmarik
06-08-2003, 07:20 PM
Pop-up windows stays always on top JavaScript would be anice scipt I would use in my smilies window. Any coders here? :cool:

Erwin
06-09-2003, 01:46 AM
Add this to the body tag of the window:

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

gmarik
06-09-2003, 08:37 AM
I'll try it later today/ If this works, it would be great, thanks.

Boofo
06-09-2003, 09:10 AM
That only seems to work when you open the window the second time. The first time you click on a smilie, the window minimizes. When you maximize it, then it will work right after that.

gmarik
06-09-2003, 12:19 PM
Any way to fix that? Add more code?