Here is the link for what i am trying to do.
http://www.tuaw.com/2009/09/30/auto-refresh-any-web-page
Here is what it looks like.
Here is what i changed it too.
Then saved as a HTML page out of text edit. But when i click on the saved page it just opens a safari [age with that text in it. But does not open the page.
I need help can anyone tell me what i am doing wrong.
http://www.tuaw.com/2009/09/30/auto-refresh-any-web-page
HTML:
<html>
<head>
<**** **********="refresh" content="60">
</head>
<body>
<FRAMESET>
<FRAME src="http://www.tuaw.com">
</FRAMESET>
</body>
</html>
Here is what it looks like.
Here is what i changed it too.
HTML:
<html>
<head>
<**** **********="refresh" content="10">
</head>
<body>
<FRAMESET>
<FRAME src="http://www.downloadsquad.com">
</FRAMESET>
</body>
</html>
I need help can anyone tell me what i am doing wrong.