gpt4 book ai didi

javascript - Fancybox onClose 不工作

转载 作者:行者123 更新时间:2023-11-29 17:16:06 30 4
gpt4 key购买 nike

我正在尝试重定向到 .fancybox 的“onclose”属性上的 URL ...它确实有效。有任何想法吗?代码如下。注意:模式看起来很好,但是当用户按下顶部的“x”时......屏幕只是空白。

<script type="text/javascript">
showModal();


function showModal() {


var url = document.URL;
var popUp = '//local.meau.com/Support-Center/Service-Notifications/Search-Tips.aspx';
var site = popUp;


$(document).ready(function () {
$.fancybox({
'width': 500,
'height': '55%',
'autoScale': false,
'transitionIn': 'none',
'transitionOut': 'none',
'type': 'iframe',
'href': site,
'showCloseButton': true,
'onClose' : function(){location.href = "http://local.meau.com/Support-Center.aspx";}

});

});



}


</script>

最佳答案

更新你的代码以阅读

window.location = "http://local.meau.com/Support-Center.aspx"

同时仔细检查您的 onClose 回调

关于javascript - Fancybox onClose 不工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17687092/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com