外部のphpスクリプトファイルを呼び出しているfancyboxを使用してiframeを開くことができません。これは、私が呼び出していたアンカータグです。
<a id="iframe" href="gallery.php" >Gallery</a>
jQuery(document).ready(function() {
jQuery("#iframe" ).fancybox({
'width' : '75%',
'height' : 885,
'autoScale' : false,
'transitionIn' : 'none',
'transitionOut' : 'none',
'type' : 'iframe',
'href' : "gallery.php"
});
});
gallery.phpファイルは同じフォルダー にあり、呼び出しページもphpにあります