HowTo close Tinybox from within iframe?

Does anyone know, how to close Tinybox from within an iframe? The way which works well for ajax-loaded content wont work here.

Thanks! :-)
asked Aug 5, 2011 by anonymous

1 Answer

0 votes
 
Best answer
Okay, found the trick.

just call "window.parent.TINY.box.hide()" within the iframe. Works great! :-)
answered Aug 5, 2011 by anonymous
how do i do this in a cross domain. My iframe in one domain and iwant to close it from in another domain.??