posted 21 years ago
Hello, i built a web site, with a navigation frame with some buttons.
Each buttons opens a frame on the right using :
<A class="contact" href="contactView.html" target="homePage">Contact</A></strong>
How do i make sure all users see the current version of each web page and not a browser cached version. Especially, after a page has been updated on the server.
Any code or reference will be appreciated.
Cheers.