Search code examples
jqueryfancybox

Need open a link from a iframe in the self window


I have a page where I open some iframes with fancy box, in the content of the iframe, i have some links, when I click these links the page open in the iframe.

I need that the pages open from links on iframe load in the same tab or new window that opens the iframe.


Solution

  • simply use this code in your iframe for links:

    <a target="_blank" href="url">