When i do the same thing in Mozilla it works as expected.
I even added a meta tag (Pragma) to avoid cashing by the browser and force a download from the server. But that is not what happens (explorer).
QUOTE
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="imagetoolbar" content="no">
<title></title>
<link href="../Templates/portalmainwin.css" rel="stylesheet" type="text/css">
</head>
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="imagetoolbar" content="no">
<title></title>
<link href="../Templates/portalmainwin.css" rel="stylesheet" type="text/css">
</head>
Few remarks:
- I use frames and I am talking about the main part of the page where the content is.
Additional question,
if you do not use any meta tags to force a download from the server, when does a browser decide to download the page, insteaded of reloading the temporary stored files?
I do not think its a good idea to use the code above for every page on a site (for server load), but just use it for pages that change frequently....
But how to avoid that people are whatching a pages that is already 6 months old and changed?