Posted By:
Brian_Glodde
Posted On:
Sunday, November 3, 2002 08:51 PM
You can do it via Javascript to execute a particular function at a specified interval:
setTimeout( 'myfunction()', 2000 );
but if you just need the whole page to reload at specified intervals, put this in the head of the document to be reloaded: