can you suggest improvements? Here is the code (the specified websites are omitted), thanks for your suggestions:
<html>
<head>
<meta http-equiv="refresh" content="5">
<frameset cols="35%,35%,30%">
<frame src ="http://page1" />
<frame src ="http://page2" />
<frame src ="http://page3" />
</frameset>
</head>
</html>
Basically this is just autorefreshing 3 webpages. I keep an eye on it and when I see a page pop up, I stop the browser from refreshing.
<html>
<head>
<meta http-equiv="refresh" content="5">
<frameset cols="35%,35%,30%">
<frame src ="http://page1" />
<frame src ="http://page2" />
<frame src ="http://page3" />
</frameset>
</head>
</html>
Basically this is just autorefreshing 3 webpages. I keep an eye on it and when I see a page pop up, I stop the browser from refreshing.