No. If you do a server-side redirect the browser won't put B in history, only A and C. If you use a META tag or JS's window.location you'll get B in history, but not with server-side.
On Tue, Dec 9, 2008 at 1:00 PM, Phillip M. Vector <[EMAIL PROTECTED]> wrote: > Actually, no. It goes back to page B. > > Ian Skinner wrote: >> Andy Matthews wrote: >>> That doesn't make any sense Barney. >> >> If you have page A that collects data from an user which then calls page >> B which process the data which then uses <cflocation...> to page C for >> the display of the results. If the user presses the back button they >> are sent back to page A bypassing page B's processing since the client >> never knew that page B existed. >> >> >> >> > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:316513 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

