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
You can either link to the page using Break Out or use code
Break Out
You then use the following code in the header of the page with
if(isset($_GET['Break'])) // { $BreakFrame = true; $BreakToPage = "pagename.php"; } }?>