Producing web pages
* HTML CSS DHTML XHTML A to Z of tags        Accessibility          Design

7.4 Don't create pages that automatically refresh

Automatically refreshing pages can be disorienting to some users but if you do use them, note the following:

  • Don't use HTTP-EQUIV="refresh" in a <meta> tag to reload a page until various browsers and assistive technologies allow you to turn off the feature
  • If you use a continually updated page, tell users to reload the page often
  • Provide text at the top of the page stating that the page contains changing information and will automatically reload itself after a certain amount of time. Also, provide a link to the next screen for those browsers that don’t support the feature
  • If you create auto-refreshing pages using Java applets or other techniques, you should provide a way to control the rate of refresh or to disable page refreshing altogether