Flasher Archive

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


Subject: RE: FLASH: Closing a new window within Flash
From: Eric Dunham
Date: Sat, 25 Mar 2000 03:01:01 GMT

Having frames would cause that to happen...
I'm not quite sure what you're trying to do, but I'll give it a couple of
shots :)
If you're opening a popup window and trying to close that make sure that you
specify the name property of the window.
If that's what you want, then try window_name.close();
If you're trying to close the current window from a frame, then try
parent.close();
And that's assuming that your frames are only one level deep.
If you just wanted to get the stupid window closed and don't want to deal
with frames at all,
try top.close();
Heck, you might even be able to get window.close() to work, but I doubt it
;-)

HTH,
Eric Dunham

<snip>
but I did do that, too, and it didn't work. Instead of closing the
window, it just brought up a blank document. One thing I did forget to
mention, though, is that I'm using frames here....that may be causing a
problem.
any other suggestions?

�arah
:]
</snip>


flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and The Flash Film Festival
"The World�s Premier Flash Solutions Conference and Expo"
March 27-29, Nob Hill Masonic Center, San Francisco, California

-Register before Feb 25 and save $200!!-- www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  Re: FLASH: Closing a new window within F, Sarah Lamont

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