Fancybox mit einem Link im iframe schliessen

Ich musste viel probieren, bis ich zu einer geeigneten Lösung kam. Mein IST Zustand: Ich habe über einen Link eine Slideshow mit der Fancybox geöffnet. In dem iframe befand sich eine „ganz normale“ Seite (eigenes Template in TYPO3). Nun wollte, dass sich die Fancybox auch schließt, wenn ich auf einen bestimmten Link klicke.

Etliche Aufrufe über eine Funktion haben nicht geklappt. Erfolg brachte onclick:

onclick="window.top.$.fancybox.close();"

Danke an Bastian Bringenberg.

Facebook Like

2 Gedanken zu „Fancybox mit einem Link im iframe schliessen

  1. This is so that the elements of the page are loaded and rendered by the web browser before parsing your script. To open a page into a fancybox, a link must either be clicked, or have its ‚click‘ handler triggered.

  2. This php page has links on it and I want any of the links when clicked to close the FancyBox Lightbox and open the link in the original parent window. I have control over the opened page and both are on the same domain, can you give me an example of how I can set this up to work?

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht.