> I know this was touched on before and I re-read the thread
> but did not find my answer. I need a way to prevent the
> browser's refresh from re-submitting info. Is there a way via
> CF or _javascript_? anyone have something already please?

Set a variable: session.ranAlready = "false"
Check to make sure session.ranAlready NEQ "true"
Run code
Set variable: session.ranAlready = "true"

Just remember to find a point to clear out the session var...

HTH,

Mike
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to