NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: JohanR on June 25, 2014, 12:06:23 PM

Title: Form submission error?
Post by: JohanR 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




Title: Re: Form submission error?
Post by: Bruce 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.