Hi all,
have just spent a while earching here and google and cant find an answer to my question so hope somebody can help!
I have created a form which based on the users first answer dynamically creates the rest of the form in an Iframe. Each form has its own validation/processing etc and all works fine.
The problem I have is the last process I carry out is to run the cariables through an asp page to create a couple of emails and then use the line
Response.Redirect "
to take the customer to the thanks page... unfortunately this redirects within the iframe that the form is set in and I cant seem to find a way to make it redirect the actual parent page... Any ideas welcome
thanks
P
have just spent a while earching here and google and cant find an answer to my question so hope somebody can help!
I have created a form which based on the users first answer dynamically creates the rest of the form in an Iframe. Each form has its own validation/processing etc and all works fine.
The problem I have is the last process I carry out is to run the cariables through an asp page to create a couple of emails and then use the line
Response.Redirect "
to take the customer to the thanks page... unfortunately this redirects within the iframe that the form is set in and I cant seem to find a way to make it redirect the actual parent page... Any ideas welcome
thanks
P