Flasher Archive

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


Subject: Re: FLASH: Close window and get URL?
From: Marcus J. Dickinson
Date: Fri, 24 Sep 1999 12:00:07 +0100

To close a window, create a function for it:

closeWin()
{
window.close;
}

This will close the window you are in. To close the window that opened the
popup window:

closeOpener()
{
opener.close;
}

Hope this helps

Marcus J. Dickinson
www.kimmuli.com


------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-manageratchinwag [dot] com. Problems to: helpatchinwag [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-manageratchinwag [dot] com


Replies
  Re: FLASH: How can I insert an image loc, Nashir Sunderji

Replies
  FLASH: Close window and get URL?, Andrew M. Baye

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