该文档就在网站上,您可以使用iframe:
$("#iframe").fancybox({ 'width' : '75%', 'height' : '75%', 'autoScale' : false, 'transitionIn' : 'none', 'transitionOut' : 'none', 'type' : 'iframe'});HTML
<a href="http://www.example?iframe">This goes to iframe</a>or<a id="iframe" href="http://www.example">This goes to iframe</a>



