Can Somebody help me? Is there some javaScript that can refresh my pages 'onLoad' so that my customers can see the current site?
Thanks in advance
Shacks
I read that one way to do this is to add the current date/time to the url as an additional parameter.
the cache on your computer will NOT find the same date/time section twice, so it will think its a new page, and force a refresh, then when doing something with the page, just totally ignore the date/time parameter
example www.mysite .co.uk/acatalog/myforcedpage.html?dt=20061017210102
I'm sure that this was done with a simple bit of re-direction.
not sure how the search engines will like this though.
Comment