Announcement

Collapse
No announcement yet.

Refresh pages

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Refresh pages

    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

    #2
    Do a web search on pragma no cache, but as you will no doubt read, it is not that well supported by the browsers.
    Bill
    www.egyptianwonders.co.uk
    Text directoryWorldwide Actinic(TM) shops
    BC Ness Solutions Support services, custom software
    Registered Microsoft™ Partner (ISV)
    VoIP UK: 0131 208 0605
    Located: Alexandria, EGYPT

    Comment


      #3
      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

      Working...
      X