Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: page refresh / no cache


Message #1 by "Joel Wickard" <joel.wrox.list@l...> on Thu, 1 Mar 2001 22:47:40
> I need to refresh my html pages everytime their viewed, or keep them 
from 

you need to include the following <meta> tag in you header:

<html>
<head>
...
<meta http-equiv="expires" content="0">
...
</head>
<body>
...
</body>
</html>

hope this will help you
simon

  Return to Index