Internet Explorer需要重新发送信息。 [英] Internet Explorer needs to resend the information.

查看:108
本文介绍了Internet Explorer需要重新发送信息。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何阻止Internet Explorer停止询问:

要再次显示网页,Internet Explorer需要重新发送您之前提交的信息。如果您正在购买,你应该点击取消以避免重复交易。否则,点击重试再次显示网页



我使用下面的代码刷新我的弹出窗口中的页面:

How can I stop Internet Explorer to stop asking :
"To display the webpage again, Internet Explorer needs to resend the information you've previously submitted. If you were making a purchase, you should click Cancel to avoid a duplicate transaction. Otherwise, click retry to display the webpage again."

I am using below code to refresh my page from a popup window:

Page.ClientScript.RegisterStartupScript(GetType(Page), "close", "<script language='javascript' type='text/javascript'>" & _
                                                                        "window.close(); if (window.opener && !window.opener.closed) {" & _
                                                                       "window.opener.location.reload(true); } </script>")

推荐答案

添加返回false; javascript的结尾。就是这样。
Add return false; end of the javascript. That's all.


还没有解决这个问题。


这篇关于Internet Explorer需要重新发送信息。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆