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

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.