NetTalk Central

Author Topic: Form submission error?  (Read 2565 times)

JohanR

  • Sr. Member
  • ****
  • Posts: 375
    • View Profile
    • Email
Form submission error?
« on: June 25, 2014, 12:06:23 PM »

Hi,

Form submission error:

I get this error if I login, select a browse, and then use the browser back button to take me back to the IndexPage.

Is this just one of those things, or is this something I have done wrong and is their a way to fix/prevent this?
Example 3 has the same behavior.



thanks

Johan





Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: Form submission error?
« Reply #1 on: June 26, 2014, 06:31:31 AM »
Pressing the back button causes a repeat of the most recent (non-ajax) GET or Post.
It behaves differently from one browser to the next. Firefox for examples gives a "Document Expired" error.
Chrome gives a "Confirm Form submission"  (because the last non-ajax request in example 3 was the Login POST)

short answer - don't press back.