Hi all,

I've got a little shopping cart app which when you use all of the links on
the pages, and buttons etc, things are good, the "shopping basket" on the
left navigation updates and shows a sum of items and cost.

However, if you arrive at the home page for example, proceed to the products
page, add an item and then click "back", you get a cached page.

I appreciate there are some lines of code I can use, both ASP and html to
prevent the cachine, but what I dont want to incur instead is that error IE
(and other browsers too I guess - how very Microsoft of me :o) ) - shows
when the page has expired, I think that would probably be worse than the
cart not showing any items (or not showing the update) until a link was
pressed...

Anyone got any ideas?

Regards

Rob

Re: Forcing a reload? by Rob

Rob
Thu Jul 06 14:02:47 CDT 2006

Ok - not learning from the old "why not try it and see" rule of thumb....my
apologies...

http://www.aspfaq.com/show.asp?id=2022

Aaron - thank you once again! :o)

Rob