This is how you add a close button to the contents of a Fancybox window (ie, the contents inside the iFrame):
<a href="#" onclick="parent.jQuery.fancybox.close();">Close</a> |
This is how you add a close button to the contents of a Fancybox window (ie, the contents inside the iFrame):
<a href="#" onclick="parent.jQuery.fancybox.close();">Close</a> |