a lot of times i wont use a thank u page (ex: in the admin section)
just have the form page --> process page then after all my code I cflocation them back to the previous page. SInce technically its the same as a new visitor going there

and?or u can put some simple form check in as well
such as

<!--- make sure form was submitted --->
<cfif  NOT isdefined("form.submit")>
<h2>Sorry there has been an error, please try again</h2>
<p><a href="" back</a></p>
<cfabort>
</cfif>

put that at the top of the page and preview in your browser
make sure u put the <cfabort> in there though


---------- Original Message ----------------------------------
From: daniel kessler <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Date:  Fri, 24 Sep 2004 08:27:52 -0400

>ok, charlie and Dave, that's a good point.  Now, I'm gonna go do it, but my first thought is that when the user clicks the back button, it'll re-insert then.
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to