Jump to content

adding target frame to a php function possible?


alwaysme

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.