[Javascript] Window always on top

Filipiak, Bob (Contractor) filipiab at atsc.army.mil
Wed Jun 13 12:25:41 CDT 2001


var newWin;
newWin = window.open("newURL","New
Window","HEIGHT=200,WIDTH=400,alwaysRaised");

Bob Filipiak (Contractor)
MCP 

-----Original Message-----
From: Steve Hearne [mailto:steve.hearne at mvc-ent.co.uk]
Sent: Wednesday, June 13, 2001 12:29 PM
To: javascript at LaTech.edu
Subject: RE: [Javascript] Window always on top


Hello.

>Javascript 1.2 has a alwaysRaised parameter but it must
>be used with a sign script.

Can you clarify this if you have the time please?

Thanks,
Steve




>>> filipiab at atsc.army.mil 06/13/01 03:40PM >>>
The problem with that is that the only way for the visitor to leave the
popup window is to close it. There are some cases where the popup needs to
be visible while the visitor does something in the opener window; e.g. a
Help popup window. Javascript 1.2 has a alwaysRaised parameter but it must
be used with a sign script.

Bob Filipiak (Contractor)
MCP 

-----Original Message-----
From: Christophe Lancian [mailto:clancian at capgemini.fr] 
Sent: Wednesday, June 13, 2001 10:25 AM
To: javascript at LaTech.edu 
Subject: Re: [Javascript] Window always on top


Hi Steve,

I think if you write <body onBlur="self.focus()"> (I mean the body tag of
your popup)
it should work.

Krgds,
                  _ ___
     _  _  .-'            ' -.
    (.)(.)/                    \   
    /00                        ;
 o_\\-mm-..........-mm`~~~~~~~~~~~~~~
Christophe Lancian - CAP GEMINI
Service Line Accelerated Delivery Services
clancian at capgemini.fr 
~~~~~~~~~~~~~~~~~~~~~~~~~~~
----- Original Message ----- 
From: "Steve Hearne" <steve.hearne at mvc-ent.co.uk>
To: <javascript at LaTech.edu>
Sent: Wednesday, June 13, 2001 3:24 PM
Subject: [Javascript] Window always on top


Hello all.
Is it possible to create a window that will always stay on top of (at least
other browser) windows?
Thanks,
Steve


_______________________________________________
Javascript mailing list
Javascript at LaTech.edu 
http://www.LaTech.edu/mailman/listinfo/javascript 


_______________________________________________
Javascript mailing list
Javascript at LaTech.edu 
http://www.LaTech.edu/mailman/listinfo/javascript


_______________________________________________
Javascript mailing list
Javascript at LaTech.edu
http://www.LaTech.edu/mailman/listinfo/javascript
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.evolt.org/pipermail/javascript/attachments/20010613/858b91f7/attachment.htm>


More information about the Javascript mailing list