RE: disabling back or second insert

2001-04-12 Thread Terry Bader
expire your pages... I also do a JS location on the action page after the submission page so that if they hit the reload button, then it wont re=post the form data... Terry Bader IT/Web Specialist EDO Corp - Combat Systems (757) 424-1004 ext 361 - Work [EM

Re: disabling back or second insert

2001-04-12 Thread Dave Hannum
Thursday, April 12, 2001 9:46 AM Subject: RE: disabling back or second insert > expire your pages... > I also do a JS location on the action page after the submission page so that > if they hit the reload button, then it wont re=post the form data... > > > Terry Bader > IT/W

RE: disabling back or second insert

2001-04-12 Thread Christopher Olive, CIO
why not move the check to the action form? that way they can enter the data all they want, and click submit all they want. it won't insert the data if someone by that name's already there. chris olive, cio cresco technologies [EMAIL PROTECTED] http://www.crescotech.com -Original Message-

RE: disabling back or second insert

2001-04-12 Thread neverlive
EMAIL PROTECTED]] Sent: Thursday, April 12, 2001 3:52 PM To: CF-Talk Subject: RE: disabling back or second insert why not move the check to the action form? that way they can enter the data all they want, and click submit all they want. it won't insert the data if someone by that name

RE: disabling back or second insert

2001-04-12 Thread Christopher Olive, CIO
cresco technologies [EMAIL PROTECTED] http://www.crescotech.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, April 13, 2001 12:07 AM To: CF-Talk Subject: RE: disabling back or second insert Might as well chime in What I do is set a hidden

Re: disabling back or second insert

2001-04-12 Thread Joseph Thompson
This approach is interesting... it uses a session variable and the HTTP_referer variable to check if the user is going "back" and simply won't let them. http://cfhub.com/contributions/backbutton/ > you really can't stop them from using the back button. javascript won't let > you touch the "chro

RE: disabling back or second insert

2001-04-12 Thread Christopher Olive, CIO
PM To: CF-Talk Subject: Re: disabling back or second insert This approach is interesting... it uses a session variable and the HTTP_referer variable to check if the user is going "back" and simply won't let them. http://cfhub.com/contributions/backbutton/ > you really can'

Re: disabling back or second insert

2001-04-12 Thread Joseph Thompson
roach is that HTTP_Referer is not > always passed by the browser. > > chris olive, cio > cresco technologies > [EMAIL PROTECTED] > http://www.crescotech.com > > > > -Original Message- > From: Joseph Thompson [mailto:[EMAIL PROTECTED]] > Sent: Thursday,