Click to See Complete Forum and Search --> : Force an image to not cache


eewald
10-13-2003, 09:02 AM
I want the image to load every time and not use a cached version. How would you do this?

Thanks in advance!

lillu
10-13-2003, 09:13 AM
Put these somewhere in the head tag in your html page

<META HTTP-EQUIV="Pragma" CONTENT="No-Cache">
<META HTTP-EQUIV="Expires" CONTENT="Tue Aug 25 18:53:10 1975 GMT">

The second will reload the page because it expired in the past.