|
Posted by kjk on 07/18/07 14:13
On Wed, 18 Jul 2007 02:02:18 -0700, "scripts.contact"
<scripts.contact@gmail.com> wrote:
>On Jul 16, 12:13 pm, kjk <kjkREM...@usa.com> 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()}
----------------------------------
THIS may be what I'm looking for (for the legitimate purpose described
in another part ot this thread). The only problem is that I don't
have enough knowledge to be able to implement it. Can you show me how
to edit it into the following script?
<A href="javascript:void(window.open('audio/Song.htm', 'ccTuner',
'width=300,height=120,left=10,top=10,status=no,resizable=no,scrollbars=no'))">Song</A>
Thanks,
Ken
Navigation:
[Reply to this message]
|