I can get this to work which opens a fancybox IMAGE from within an iframe
<a href="javascript:parent.$.fancybox.open({href : 'myurl'});">Open something</a>
Problem I have is that I need to open a fancybox IFRAME. Example code or any ideas would be greatly appreciated.
Thanks