0

我正在尝试在 Fancybox 中加载外部页面,但只是得到一个空白 iframe。

如果我尝试<dsp:include page="/jsp/product/us/common/accoladeDisplay.jsp"/>使用 .jsp,我试图从页面加载正常。Fancybox 似乎不喜欢我使用<a href="/jsp/product/us/common/accoladeDisplay.jsp" class="has-award-popup">more info</a></p>.

这是.js:

if($("a.has-award-popup").length > 0){
    $(".has-award-popup").fancybox({
        'width'             : '50%',
        'height'            : '75%',
        'autoScale'         : true,
        'transitionIn'      : 'none',
        'transitionOut'     : 'none',
        'type'              : 'iframe'
    });

}
4

0 回答 0