Link to home
Start Free TrialLog in
Avatar of JMRFan4Life
JMRFan4Life

asked on

Iframing with Forms

hey all,

i need to have an iframe display on my website page with a form coming from another site inside the frame. what would be the easiest solution to have my page redirect after the form is submitted in the iframe.

Thanks!
ASKER CERTIFIED SOLUTION
Avatar of Greg Alexander
Greg Alexander
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Codebot
Codebot

parent.document.location.href = "http://site.com";
 or
window.top.location.href = "http://www.site.com";
Avatar of JMRFan4Life

ASKER

Can I pass a variable from the parent page as the URL as I am looking to run this on multiple sites using the same form