|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
I have a new smaller browser window opening up on top of my other one and I want it to stay on top, even when the user clicks on the original one. It can lose focus, I just don't want it to dissappear.
How do I do this? Thanks in advance. |
|
#2
|
|||
|
|||
|
put this in the window you want to stay on top.
if (top.location != self.location) { top.location = self.location } |
| Viewing: Dev Shed Forums > Web Design > HTML Programming > Popup window always on top |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|