Fix to Submission of web form possible multiple times

Author: Tripp W Black

Created: 09/03/1999 at 12:29 AM

 

Category:
Notes Developer Tips
Forms/Subforms, Formulas

Author:
Christy
Date:
Thursday, 8/26/99 9:45 AM EDT
Subject:
Re: HELP! Submission of web form possible multiple times



Try this,
By using a META tag, you can set the page to expire on a date that has already passed, and use the Pragma
parameter to tell the browser not to cache the file. This will prevent the user from hitting the Back button on the
browser and resubmitting the page multiple times. Put this code into the $$HTMLHead field:

"<META HTTP-EQUIV=\"expires\" content=\"Wednesday,
27-Dec-95 05:29:10 GMT\"><META HTTP-EQUIV=\"Pragma\"
CONTENT=\"no_cache\">"

previous page