Click to See Complete Forum and Search --> : window.location.reload(true)


rstaticn
06-03-2003, 12:15 PM
Does this statement reload a page always bypassing the cache?

rstaticn
06-03-2003, 12:17 PM
becuase I thought it did, and was working well, but I just found a case where it doesn't and I wanted to know exactly what the parameter true was for when using this statement

thanks in advance

Charles
06-03-2003, 12:35 PM
See http://devedge.netscape.com/library/manuals/2000/javascript/1.3/reference/location.html#1194198.

Khalid Ali
06-03-2003, 01:18 PM
Originally posted by rstaticn
Does this statement reload a page always bypassing the cache?

It should have,however,lately I have been hearing things about IE browsers strange behaviour they way its caches...
I have even seen an instance where

meta tag ....no-cache wouldn't work..
reload(true) would not work...I hope you are not ins one of those situ's