This is a tough one. The browser back button refers you to a cached version of the previous page. A lot of events can be in altered states that are undesireable. The best way that I typically avoid is forcing the action page to call a page that is a redirect only page.
Example formFoo.cfm has the action of act_foo.cfm act_foo.cfm finishes processing and then calls redirect_foo.cfm redirect_foo.cfm calls formFoo.cfm So even if the user presses the back button, it will force the browser to reload the form page. Teddy On 9/27/06, Richard White <[EMAIL PROTECTED]> wrote: > > i have found another error with the passwords being blank :( > > i have a dynamic criteria function for each password field, so as they are > typing it tells them whether they have entered at least 1 number, at least 1 > capital, etc... then when the criteria is met it tells says 'Criteria met'. > > if they press save changes then it saves the changes and goes backto > normal, which is great. But at this point if they click the back button, > each password field has 'criteria met' stated next to it, but the password > fields are blank. is there any way to reload the page when they click on the > back button, or is there a way to this text off every time the password > fields are cleared > > thanks > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:254466 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

