Hello,
I know very little about html and htm. I modify existing web pages occasionally for our company. We do not have an onsite Web Developer.
We have web pages (htm pages) that have hyperlinks to PDF files. When I overwrite an existing pdf file, some of the users do not see the new page in IE. I could ask all the users to update their IE cache every time I post a new link, but that would go over like a lead balloon. Some users do see the correct page, so you know the page is working and file is in the proper location. I have tried doing a web page redirect which did not help. Also I added the following code which did not help:
<head>
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="-1">
</head>
<body>
Assorted stuff
</body>
<HEAD>
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="-1">
</HEAD>
Any ideas on how to get the users to see the new PDF?
Thanks,
Gail