I have a simple form which is inside IFRAME. When user click on SUBMIT, it redirects to a specific page on my server. The function I use for the redirect is
we can use javascript like this :
target.window.location='locationpage.html'; top.window.location='mypage2.html';