Is it normal some of my comments are posting twice?

You are viewing a single comment's thread.

← View full post
Comments ( 1 ) Sort: best | oldest
  • One known difficulty with the web is that people treat it like an operating system and will "double-click" things like submit buttons. This can lead to two responses being sent. I've seen some JavaScript which seeks to get around this by disabling the submit button for a second after it's first clicked but JavaScript is notoriously slow and most double-clickers will beat it.

    Comment Hidden ( show )