2

Context

The internet does not like "Confirm form resubmission".

While trying to answer a SO question about trying to make the prompt occur, all I could find were resources regarding how to prevent it from happening.

Question(s)

  1. What are the ways that users trigger the prompt in modern browsers? What's really happening when someone tries to refresh a form?

  2. How could a developer programmatically trigger the prompt?

Extra kudos if you can find source documentation...

Community
  • 1
  • 1
Adam
  • 2,027
  • 1
  • 16
  • 27

1 Answers1

0

This is a php-related issue, Whenever the method of the form submission is "post" this dialogue will appear. No nead to do anything else

Mohammad
  • 3,276
  • 2
  • 19
  • 35
  • Thanks for your response. Do you have any documentation for this? Please give more details... – Adam Dec 28 '14 at 21:39