in the demo, using the iframe I could change the content to a photo using
<a href="javascript:parent.jQuery.fancybox.open({href : '1_b.jpg', title : 'My title'});">display a image</a>
is it possible to use the same to change the current iframe into another iframe?
something like
<a href="javascript:parent.jQuery.fancybox.open({href: 'iframe2.html', title : 'iframe2'});">Iframe 2</a>
is this what #3 in FAQ is about, so it's not possible to do this ?