I am building a shopping cart site, where when the suer presses the "cart" button, the contents of their cart is displayed. IN IE5.5, no problems. The browser loads the "cart" page afreash.
IN NS, the browser looks to see if their is a cart page already cached, and if there is, it displays that one. meanwhile, the shopper may have added many new things to their cart so all the new items are not displayed.
How do I tell netscape when loading a particular page, to always load from the server, and never load the cached version? Is it possible?
IN NS, the browser looks to see if their is a cart page already cached, and if there is, it displays that one. meanwhile, the shopper may have added many new things to their cart so all the new items are not displayed.
How do I tell netscape when loading a particular page, to always load from the server, and never load the cached version? Is it possible?