refresh automatically every 5 minutes. I was thinking along the lines of
having a HTML file on my C-drive with JavaScript to do so. Or using metatags...
Any help? Especially how to do this..not just the code
I ended up doing some research and doing this:
Normal HTML page with an iFrame containing the page source, and
<meta http-equiv="refresh" content="300">
Is there a better way to do this?
Edited by MaverickSidewinder, 29 November 2007 - 07:30 AM.