link in fancybox

link in fancybox

hi,
i try to ad by my pictures a link:

this.title += '<a title="1st title" class="fancybox" href="http://domain/image.jpg">Link</a>';
= works fine

 this.title += '<a title="1st title" class="fancybox" href="http://domain/index.php">Link</a>';
= does not work. it loads the page on top. i would like the link in the fancybox.

what can i do?