Refreshing the page?

D

Dale Meredith

My site is working fine except if i change a picture on
the main page and save it(using the same
name "topstory.jpg") when i open IE the only way i can get
the new picture to refresh is to do a "Shift-Refresh".

Our page is designed to be a news portal and keeping the
pictures for the top storys and sports is a must.

Any suggestions or scripts that i can use to "FORCE" the
site to refresh each time a use comes to it?

site: www.utahwisp.com

You can answer off line at [email protected]

Thanks
 
V

Very Joyful \(Victoria\)

Add this to your head section:
<meta http-equiv="expires" content="-1">
 
S

Stefan B Rusynko

In your home page add
<meta http-equiv="Expires" content="0">
<meta http-equiv="Pragma" content="Nocache">




| My site is working fine except if i change a picture on
| the main page and save it(using the same
| name "topstory.jpg") when i open IE the only way i can get
| the new picture to refresh is to do a "Shift-Refresh".
|
| Our page is designed to be a news portal and keeping the
| pictures for the top storys and sports is a must.
|
| Any suggestions or scripts that i can use to "FORCE" the
| site to refresh each time a use comes to it?
|
| site: www.utahwisp.com
|
| You can answer off line at [email protected]
|
| Thanks
 
Top