IFrame Problem

Ask general questions here.
StuByZurich
Posts: 18
Joined: Fri Jan 23, 2009 2:04 pm

IFrame Problem

Post by StuByZurich » Wed Feb 18, 2009 5:48 pm

Hi,

I have a page and with an iframe (creditcard-gateway).

I load the page and fill out the creditcard-form (within the iframe) correctly.
it works.

After I submit the creditcard-form within the Iframe, it loads a new
little confirmation-page within the iframe.

And on this little confirmation-page within the iframe is a link-button, which I have to click.
But I cant find the link-button.

I my opinion the dom is not reloaded after I submited the creditcard-form within the Iframe.

How can I solve this?
Is there a workaround?

Oliver

StuByZurich
Posts: 18
Joined: Fri Jan 23, 2009 2:04 pm

Post by StuByZurich » Wed Feb 18, 2009 6:13 pm

Hi

I solved the problem.

I just used a delay of 5 seconds, till the iframe is loaded after the credicard-form submit.

After 5 seconds, I found the link within the iframe-dom

regards,
oliver