Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Nitro1

macrumors 6502
Original poster
Apr 16, 2009
303
0
Here is the link for what i am trying to do.

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>
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.
 
Scroll down that page you linked and see the comments on errors/corrections (and existing Firefox extensions).

[For the record, quoted from message #17]
CaptSaltyJack said 7:04PM on 9-30-2009

Working code: (paste this into an HTML file)

<html>
<head>
<meta http-equiv="refresh" content="5">
</head>
<FRAMESET>
<FRAME src="http://www.tuaw.com">;
</FRAMESET>
</html>
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.