Re: persistent popup window



scripts.contact wrote:
On Jul 16, 12:13 pm, kjk <kjkREM...@xxxxxxx> wrote:
popup window persistently float above all other windows?

you can try something like(focus the new window every 1 millisecond)-
win=open('','_blank','width=500,height=400');
setInterval('win.focus()',1)

or(focus it on blur) :

win=open('','_blank','width=500,height=400');
win.onblur=function(){win.focus()}

Wow! I'd click the disable JavaScript button real quick and my second action will be the back button to never return. I'm pretty sure that will be the reaction of many visitors or for the less savvy to panic and click the little "x" button in the title bar...

--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
.