I have a website that uses an iFrame and a menu that has links targeting it, they all work fine until the iFrame content has a PHP redirect, then the links open in a new window.
I'm guessing the new headers somehow interfere with the iFrame title, is there some way to use Javasacript for the menu links instead that target it by ID, or something like that? Or a different type of redirect that won't affect the iFrame.
I'm guessing the new headers somehow interfere with the iFrame title, is there some way to use Javasacript for the menu links instead that target it by ID, or something like that? Or a different type of redirect that won't affect the iFrame.