Quote:
|
Are the frames coming from different domains? If so, then you will find that the browser forbids cross-domain scripting - therefore you won't be able to script the other frames.
|
The iframe is hosted on my server and displayed on my customer's domains, so I want the header ( "location") command to then load the thank you page on their domain. It currently loads it in the iframe and not extenal to the iframe.
Unfortunatley neither target=_blank or target=_top seems to work with the header command, but thanks for the suggestions.