Okay, this is driving me nuts..
In IE visit http://www.hoseasons.co.uk/holidays/...fing_parks.asp
click one of the links, click back, and IE seems to have eaten most of the page..
I know it's some weirdy cache bug, as both clearing the cache and or a ctrl-f5 fixes it.
I've inserted some code in the page, but that doesn't help either:
I don't actually mind if the page gets cached or not, but I do mind that it screws the page up..Code:<% Response.CacheControl = "no-cache" %> <% Response.AddHeader "Pragma", "no-cache" %> <% Response.Expires = -1 %>
Any ideas?


LinkBack URL
About LinkBacks
Reply With Quote
) .