RE: How do I prevent a user from backing up to a previous page.

2001-11-19 Thread Tangorre, Michael T.
Well, Why not check to see if the data is in the there already, if it is, update it with the new stuff entered. Is this a possibility? Mike -Original Message- From: Bill Mee [mailto:[EMAIL PROTECTED]] Sent: Monday, November 19, 2001 4:40 PM To: CF-Talk Subject: How do I prevent a

RE: How do I prevent a user from backing up to a previous page.

2001-11-19 Thread Kelly Matthews
There are a couple things you can do. You can clear the struct out automatically after you do whatever you are doing with it on the next page so if they do hit back it's cleared out. OR if it's being put into some database you can always double check upon entering that they aren't submitting

RE: How do I prevent a user from backing up to a previous page.

2001-11-19 Thread Sicular, Alexander
There are a bunch of metatags you can use to keep a page from being cached. Check w3c for more meta tag info. It forces a page to be reloaded instead of just using the back button to get there. On page reload you can do stuff on the server to dynamic the page. Like checking the