Is it normal some of my comments are posting twice?
I don't mean comment or chat either. However sometimes when I post something it will post twice the same poll/story. Has this happened to anyone else.
Ask Your Question today
I don't mean comment or chat either. However sometimes when I post something it will post twice the same poll/story. Has this happened to anyone else.
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.