Steve,
On your form tag, add onSubmit="return(checkSubmit())"
and add a javascript function that says:
var submitted=false;
function checkSubmit()
{
if (submitted==false)
{
sunmitted=true;
return true;
}
else
{
alert('Already submitted');
return false;
}
}
That should do it.
Dave.
-----Original Message-----
From: Fogelson, Steve [mailto:[EMAIL PROTECTED]
Sent: April 15, 2004 4:40 PM
To: Witango User Group (E-mail)
Subject: Witango-Talk: Select a submit button in a form (OT)
I am having problems with shoppers selecting the "Add To Cart" button
repeatedly. It all happens within a few seconds. They are probably
impatient
when the server is busy.
Is there a way to display something immediately when the shopper selects
the
button to indicate we are processing?
Thanks for any ideas
Steve Fogelson
Internet Commerce Solutions
________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf