Mathias Segue

Greenhorn
+ Follow
since Oct 17, 2002
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Mathias Segue

I am currently dealing with echo submissions from what I believe to be the browser. I am able to see from my webserver logs that I receive both a POST and GET submission. This problem occurs infrequently enough that it is very difficult to reproduce, but often enough to have several people comment about it's negative effect (they receive an error page rather than the desired page).
An example page can be distilled down to the following that recreates the issue:

where onKlick is onClick.
When I remove the 'method="post"' from the form tag, the problem disappears. However, the page then randomly fails to submit.