Flasher Archive

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


Subject: Re: FLASH: IE 4.5 and JavaScript Windows
From: Erik [gearik] Mattheis
Date: Fri, 15 Jan 1999 21:15:10 GMT

OOOOOOOPS! IMPORTANT .... !

I forgot to close the if statement:

What I said below should be:

if (window.name == 'flash')
self.close()

or

if (window.name == 'flash') {
self.close()
}

Carless, careless ... sorry.


>>> If your pop-up window name is "flash," load the following document into the
>>> window (get URL: close.js). These are the only two lines in close.js:
>>>
>>> if (window.name == 'flash') {
>>> self.close()
>>>
>>> You can precache the document by saving it as "close.js" and having in your
>>> opener window the the following line:
__________________________
Erik [gearik] Mattheis
<http://www.gourmandizer.com>
__________________________


------------------------------------------------------------------------
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: IE 4.5 and JavaScript Windows, Todd Purgason
  Re: FLASH: IE 4.5 and JavaScript Windows, Erik [gearik] Mattheis
  Re: FLASH: IE 4.5 and JavaScript Windows, Erik [gearik] Mattheis

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