PDA

View Full Version : double posting



Chrith
03-24-2007, 01:55 PM
I have noticed for some reason i have been double posting more and i see other people with double posts. Any reason why this is happening?

RexSkimmer
03-24-2007, 08:49 PM
i think it has to do with the boards being slow, so if you click more than once it posts 2. it happens to me sometimes but i usually delete it.

Aaron Peluso
03-25-2007, 11:29 AM
i think so too

Islandboy
03-25-2007, 03:24 PM
Yea, dont get so crazy with the clicking kids. Click once and wait 7 secs or something. If it registered then it would bring up the notice about waiting 30 secs between posts.

ZapBulletRider
03-26-2007, 07:54 AM
I haven't noticed anything unusual

ZapBulletRider
03-26-2007, 09:09 AM
I haven't noticed anything unusual

shiznit
03-26-2007, 02:40 PM
funny

DT
03-27-2007, 10:04 AM
Big J might want to check into putting a (client) script trigger on the submit button and disables it instantly, then submits the form - so while the page makes a round trip, you can't click again.

Seen this in several e-comm sites (I've started doing it on most of our code as well). Really reduces double posting/submits.

I bet there's a vB "hack", I see there's like dozens of add-in scripts available!

~DT

ZapBulletRider
03-27-2007, 10:25 AM
it's very simple

onSubmit ()
{
//some shit

btnSubmit.disabled = true;

//some other shit
}

git 'er dun, jonny

jungle
07-22-2007, 03:17 PM
hmmmmm