View Single Post
Old 07-07-2007, 01:12 AM   PM User | #3
TriKri
New Coder

 
Join Date: Jul 2007
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
TriKri is an unknown quantity at this point
Quote:
Originally Posted by carlitos_way View Post
I think (but if i'm thinking wrong, correct me) that IE caches the result, so it's always the same.

this is a classical problem, that can be avoided by passing a random useless parameter, or a datetime, so that IE thinks that you're requesting something new, and it avoids to cache the result.
Wow, thanks! That worked! I just added a junk-counter and added it to the the adress as a GET-variable. Do you know of some way to tell IE to reload the page anyway or maybe to clear that specific history so it will be reloaded?
TriKri is offline   Reply With Quote