If you visit [url]www.scrubjay.com[/url], you'll see a blank webpage with a link. Clicking
on that link opens another small browser window. The small browser window also
has a link labeled "Correct Link". When you click on that link, all but the
last window is closed. The "trick" (JavaScript) to do that was provided
courtesy of Gary White, a member of the Macromedia Dreamweaver Forum:

<a href="javascript:;"
onclick="opener.location='otherurl.html';top.close ();">Correct Link </a>

My question is: How do I apply that code to a Flash swf button? I don't know
JavaScript and very little about ActionScript. I do know I can't even find
"onClick" in the ActionScript commands (I seem to recall seeing it years ago in
all of the older Flash versions). In the end, I want to have a Flash movie in
that small window which will do the same thing when a button in the swf is
clicked.

"Thank you" seems hardly enough for everything this forum has done for
me...but thank you!