Good day - I am aware of
Response.CacheControl = "Private"
Response.CacheControl = "Public"
Is
Response.CacheControl = "no-cache"
a valid property?
It seems MS do not mention it:
http://www.microsoft.com/windows2000...p/vbob0rvw.htm
however other sites do:
http://lab.artlung.com/other/anti-cache/
I went down this road as a result of discovering 'refreshing a parent window' fails to work if this property is incorrect Eg:
<script language = JavaScript>
opener.history.go(0);
self.close();
</script>
I am a little confused and would appreciate more experienced advice
TYIA
Wind is your friend
Matt