Re: persistent popup window
- From: "Jonathan N. Little" <lws4art@xxxxxxxxxxxxx>
- Date: Wed, 18 Jul 2007 09:13:53 -0400
scripts.contact wrote:
On Jul 16, 12:13 pm, kjk <kjkREM...@xxxxxxx> wrote: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...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()}
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
.
- Follow-Ups:
- Re: persistent popup window
- From: Neredbojias
- Re: persistent popup window
- References:
- persistent popup window
- From: kjk
- Re: persistent popup window
- From: scripts.contact
- persistent popup window
- Prev by Date: Re: persistent popup window
- Next by Date: Re: persistent popup window
- Previous by thread: Re: persistent popup window
- Next by thread: Re: persistent popup window
- Index(es):