alwaysme Posted March 24, 2008 Share Posted March 24, 2008 Hello, i have a form that no one seems to know why it breaks when i integrate it into a current template...so i assume a getto fix would be to place it in an iframe since the script works byitself. Anyway this form when complete it takes me to jobsearch.php with a succesful msg. I want this page to target to the parent frame. Is this possible? this is the segment of code from the form that i assume takes you to the successful page....where can i add _parent? ob_end_clean(); if($job2) header("Location: jobsearch.php?job2=$job2".($f_login?"":"&resume_id=$resume_id"). "&msg=".urlencode($msg_resume_register[LOGGED])); else header("Location: jobsearch.php?msg=".urlencode($msg_resume_register[sUCCESS])); exit(); } This is the post with the original problem Link to comment https://forums.phpfreaks.com/topic/97601-adding-target-frame-to-a-php-function-possible/ Share on other sites More sharing options...
s0c0 Posted March 24, 2008 Share Posted March 24, 2008 You should be able to set a target. You do this in either the iframe tag or form tag. Just do a google search on it and you'll figure it out. Link to comment https://forums.phpfreaks.com/topic/97601-adding-target-frame-to-a-php-function-possible/#findComment-499381 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.