Hello,
i want to make a personal homepage that will load sites from a list of sites & refresh the browser with a new site from the list every minute.
i know about this meta tag:
Code:
<HEAD>
<META HTTP-EQUIV=REFRESH CONTENT="5;URL=http://www.site.com/">
</HEAD>
but it's only good for 1 site & not in a loop...
any ideas?
thanks