SiteExperts.com Logo Home | Community | Developer's Paradise
User Groups | Site Tools | Site Information | Search
 Main Menu
 Resource

Multiple Form Posts


Sponsored Links
Developer's Paradise : Inside Technique :
Multiple Form Posts
Submission by SiteExperts Staff

Go to the resource:
Multiple Form Posts

Add to Assistant

Short Description
A technique for preventing forms from being submitted multiple times.

Long Description
Allowing the same form to submit itself multiple times can create real problems for your web-site. For example, orders can be submitted multiple times and discussion groups can end up with the same message over and over agian. In this article we explore a solution we will be deploying on our site.

Author
Scott Isaacs
Submission URL
http://www.SiteExperts.com/tips/backend/ts04/page1.asp
Submission Date
Dec 27,1998
Last Update
Dec 27,1998
 

Discussion and Rate this Resource
Overall Rating: 3.5

davidthiele on Jul 24, 2000 at 9:19:29 PMNo Rating
davidthiele on Jul 24, 2000 at 9:18:59 PMNo Rating
KenP on Oct 15, 1999 at 12:29:52 PMRating: 1
I'll tell you guys a way we have worked around this problem in both ASP and CF. When a page first loads create a uniqueID for that page we use the date then time to the milli secon then a random string of 4 letter and then a random string of 4 numbers. Then save that in a field in the database we use tablename_RID.  Then evertime before you do an insert query the database for that specific RID you made and don't allow the insert to go through if its already there. Scalability is not really a problem even with thousands of records.
jjortiz on Jun 7, 1999 at 12:36:27 PMRating: 5
I was just wondering this is such a good script for asp but is there one out there for cfm(Cold Fusion).
Jihad on Mar 15, 1999 at 7:09:26 AMNo Rating

Hello There.....http://online-server

Lothar on Jan 29, 1999 at 12:12:37 AMRating: 3
this subject is discussed in http://www.15seconds.com/Issue/990128.htm.
mahesh on Jan 19, 1999 at 12:04:51 AMRating: 1
i want a still breif codes

More Ratings/ Comments


To rate and comment on a resource, you must first logon.

If you are not registered, please register yourself to become a member of the SiteExperts.community.

User Name
Password

Copyright © 1997-2008 InsideDHTML.com, LLC. All rights reserved.