View Full Version : This is sort of a javaScript question i think
loydthefarmer
03-13-2001, 07:56 PM
Okay if i was to spawn a pop up window through flash, say using the "chromeless window" tutorial how would i make the window stay in the forground?? (i.e. above all the other open windows)
Thnaks in advance
:)
drZoode
04-02-2001, 12:29 AM
In the <body> tag of your popup window html file add this:
<body onBlur="self.focus()">
The popup window will always get focus (until it's closed).
|
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.