Is there anyway to redirect after an iframe form is completed, even though i am not hosting the form itself.
I want to send users to a thank you page but the form is an iframe so i have no control over the code in the iframe itself.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Hook the
onloadevent of the IFRAME. On the first load (the form is loaded) do nothing. On the second load (the form is submitted and its result displayed) do a client-side redirect vialocation.href