PDA

View Full Version : control of previous html page


gabs
05-10-2002, 02:36 PM
I have a flash pop from a main page but when the user presses contact i wont the main page to go to the contact.html page and then close the flash popup.

The close is not a problem but changing the page main is!!!!

Can any one help !


Cheers!

tg
05-10-2002, 04:05 PM
javascript will do it: 'window.opener.location.replace(url);'

here is an example: