PDA

View Full Version : Pop Up Window Question



rusty27851
February 28th, 2005, 08:29 AM
If I have a page, let's say named "demo.htm" and the user clicks on link this page that opens a pop up window where a flash animation plays inside of a html file. At the end of the flash animation, I want to have a link that will launch a different page in the window that demo.htm was just in. How would I do that?

Yeldarb
February 28th, 2005, 11:55 AM
<a href="demo.htm" target="_self">Your Link</a>
If it's an HTML link

getURL("demo.htm", "_self");
If it's in Flash