How can I make changes on a web page force update to browser?
I maintain a web page for a client, and every month I have to change links that stay the same name but the link is to a pdf file that changes. I need some code to force the browser to see the changes. I Have tried the <META HTTP-EQUIV="REFRESH" CONTENT="5"> I don’t like way that looks is there a better way?
The caching client side is a user setting, and the markup is simply advisory. The browser will not obey such directives unless the user cache setting permit it.
How are you linking to the pdf
In this case it would make more sense for the link to be to a php page, for example, and that page loads the correct version.
Web Development
Web development includes all aspects of presenting content on intranets and the Internet, including delivery development, protocols, languages and standards, server software, browser clients, databases and multimedia generation.
ASKER