treehouse : what would you like to learn today?
Web Design Web Development iOS Development

links in iframes

  • So i'm trying out iframes for the hell of it and have come across a problem. When i open a link within the frame and it has a target = _blank setting (for example links on the yahoo search page) i want to open this link in the iframe, not a new tab. any suggestions appreciated.

  • Try

    target="_parent"
    

    It opens it in the current tab or I frame if there is iframe inside iframe.