ZendDeveloper
Programmer
Hi,
I have a page that has an iframe that does some processing. When this has finished I need to have the parent close and for the page within the iframe to be the only one displayed.
The iframe does some credit card processing and redirects to a success page and it is this that I need to display outside of any iframes.
Is this possible, and if so how might I go about doing it.
I did think I could get the parent to redirect to the success page but this is not possible with the application I am using so I thought that if I could get the iframe to break out of the parent window without any refreshing of content this would solve it.
Thanks
I have a page that has an iframe that does some processing. When this has finished I need to have the parent close and for the page within the iframe to be the only one displayed.
The iframe does some credit card processing and redirects to a success page and it is this that I need to display outside of any iframes.
Is this possible, and if so how might I go about doing it.
I did think I could get the parent to redirect to the success page but this is not possible with the application I am using so I thought that if I could get the iframe to break out of the parent window without any refreshing of content this would solve it.
Thanks