Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can IE Automatically Refresh Every X minutes ?

Status
Not open for further replies.

JohnBates

MIS
Feb 27, 2000
1,995
0
0
US
Hi there,

I think I remember that Netscape had a setting that would automatically Refresh the home/startup page based on the interval you specified.

I would like for my startup page (which is Yahoo) to rebuild every 15 minutes.
Is there any way to make I.E. 5.5 do this ?

Thanks, John
 
Why don't you build your own page:

<HTML>
<HEAD>
<META HTTP-EQUIV=&quot;refresh&quot; content=&quot;15;URL=file://c:\mypage.htm&quot;>
</HEAD>
<frameset rows=&quot;100%,*&quot;>
<frame src='</frameset>
</HTML>

save it as c:\mypage.htm. It will refresh every 15 seconds based on the first parametere of the content
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top