English 中文(简体)
铬: 停止调出 POPST 窗体的亮度
原标题:Chrome: Disable prompt for repost POST-form

铬有种令人烦恼的提示 要求重置 POST 窗体

虽然防止Inmg双倍文章的想法不错, 但并不总有意义, 因为论坛中不是所有POST-form posts posts 数据,

但铬无法阻止这种令人讨厌的行为。

无法“ 撤消 ” :

我有一个 POST 格式, 您可以在这里对文本进行美化( 通过 POST 发送, 返回美化文本 ) 。 有时它会犯错误, 您想要“ 取消” 提交, 这样您就可以回到 Teh 浏览器中去 。 但不行! 铬 f*** 将令人烦恼的错误信息添加到您身上 。

我无法使用Get,因为我的表格文本很长 所以我得到"URI太长"错误。

如何解决这个问题?

过去,命令行切换 -disability-prompt-on repost 似乎有效,但无论如何,这不是解决办法,因为我不能告诉所有用户这样做,以便使用我的网站。

问题回答

今天上午,我很高兴看到这个似乎被删除了(在重新发送时弹出),我正在运行29.0.1547.57版本。不知道什么时候被删除了。

不过,我肯定你早就重新设计了你的代码/网站了





相关问题
Redirect to cache URL in Chrome browser

self.location = cache: + self.location I want to redirect from "[URL]" to "cache:[URL]". I just want this code to work in Chrome browser.

我如何更新/重载 Chrome延?

I m在4号 Chrome(目前为4.0.249.0)中开发一个延伸点,显示用户在地位酒吧中的形象。 Ive设计了一个供用户使用的备选办法网页......

Setting Opacity in CSS For Chrome

I ve tried the following: (this is actually for fancybox, as the overlay does not show in chrome/safari: $("#fancy_overlay").css({<br /> background-color : opts....

Chrome Blocking Javascript, Google Wave, Google Gadgets

Project: Developing a gadget template for Google Wave which will allow my Flash movies to interact with the Wave api. I had to adapt the existing Flex application so that it would work with ...

image height using jquery in chrome problem

$( img ).height() returns 0 in chrome, but it returns the actual height in IE and firefox. Whats the actual method to get the height of the image in chrome?

jQuery block moving

I wanna move a div block to the top, so I coded like this: CSS part: .movingPart{ margin-top:80px; } jQuery part: $(document).ready(function() { $( #btn ).click(function() { $( .movingPart )....

Table cells bad rendering with Google Chrome/Webkit

On the following code, COL1A and COL3A are not 50% height with Chrome or Webkit. It works fine with IE7 and Firefox. <table border="1"> <tr> <td height="100%">COL 1A</td>...