window.dialogArguments.dialogSubmit(); 模式窗口提交
window.opener.location.href=window.opener.location.href;
強制刷新
window.opener.location.reload()
刷新父窗體,會彈出對話框提示是否重試!
本文介绍了如何使用JavaScript进行模式窗口的提交操作,并提供了强制刷新页面及父窗口的方法。此外,还涉及了弹出对话框提示用户是否重试的实现方式。
window.dialogArguments.dialogSubmit(); 模式窗口提交
window.opener.location.href=window.opener.location.href;
強制刷新
window.opener.location.reload()
刷新父窗體,會彈出對話框提示是否重試!

被折叠的 条评论
为什么被折叠?