Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: Re: FLASH: Pop-up window question
From: Colin Moock
Date: Mon, 26 Oct 1998 16:04:48 GMT

flasheratshocker [dot] com,Internet writes:
>G'day guy's

>I have been messing around with pop-up windows using Colin Moock's
>tutorials
>and his Technique Three.

>I'm no Javascript wizz but was wondering if any of you could let me
>know how
>I make sur that the window that pops up always remains on top. I have a
>menu in the main window that I want to control the contents in the
>smaller
>window, however every time I click the main window the smaller windows
>goes
>to the background and out of site.

>I know there is a alwaysraised parameter within the launchwindow
>function
>but this is only recognised by Netcape 4.0+

For Netscape 3.0 and 4.0 you can use the "ONBLUR" handler to call the
window to the front:
<BODY ONBLUR="self.focus()">

Doesn't work on IE3 or IE4...

colin

------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-manageratshocker [dot] com. Problems to: owneratshocker [dot] com
N.B. Email address must be the same as the one you used to subscribe.
For info on digest mode send: info flasher to list-manageratshocker [dot] com


Replies
  RE: FLASH: Pop-up window question, Rob Brewster

Replies
  FLASH: Pop-up window question, Rob Brewster

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]