page change when window pops-up

kearsefreak's picture

They have: 39 posts

Joined: Sep 2001

Hi gang,

I'm designing a site with the features of a flash site: you know, where you come to a home page and click to enter, and then the flash site loads up in a pop-up?

My questions is this: once the site pops-up, how can I change the original entry page to a different URL (like a "thank you for visiting page")

thanks in advance for you advice

kf

Suzanne's picture

She has: 5,507 posts

Joined: Feb 2000

However, on your index page, name the window:

window.name = "currentWindow";

On the page that contains the flash movie, in the body tag, have a function onLoad change the location of the window you named (see above) to the new url.

Suzanne

kearsefreak's picture

They have: 39 posts

Joined: Sep 2001

you got it......thanks i'll give it a shot

kf

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.