【问题标题】:How can I disable "confirm form resubmission" messages?如何禁用“确认重新提交表单”消息?
【发布时间】:2013-06-07 02:22:28
【问题描述】:

我已经设置了一个搜索页面并且它工作正常,但是当我在浏览器中点击返回时出现问题(下面提到),那么我该如何禁用它。

Confirm Form Resubmission
This webpage requires data that you entered earlier in order to be properly displayed. You can send this data again, but by doing so you will repeat any action this page previously performed. Press Reload to resend that data and display this page.

【问题讨论】:

标签: cakephp-2.0


【解决方案1】:

在您的页面上处理 POST 后

example.com/mypage.php

使用

header('Location: example.com/mypage.php');

这样帖子不会被重新提交,您也不会收到来自浏览器的警报。

【讨论】:

    【解决方案2】:

    对 Chrome 使用命令行选项 -disable-prompt-on-repost

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2016-10-19
      • 2016-08-18
      • 2014-06-16
      • 1970-01-01
      • 1970-01-01
      • 2013-07-03
      • 1970-01-01
      相关资源
      最近更新 更多