DHTML Tutorial: Auto Refresh

If you want the broswer to automatically refresh periodically, put the following code between your html's “head” tag:

<meta http-equiv="refresh" content="10">

The “10” means very 10 seconds.

2005-12
© 2005 by Xah Lee.