MetaRefresh in a new window

liunx

Guest
Hey<br />
<br />
I want to meta refresh to a page after a certain period of time but I want it to refresh in the _parent window. How do you do this?<br />
<br />
Thanks<!--content-->Something like this?<br />
<br />
<br />
<meta http-equiv="refresh" content="5"><br />
<br />
<br />
That sets the page to reload every 5 seconds, so just change the 5 to whatever number you desire. Just put that between the <head>...</head> tags of the page you want to refresh.<!--content-->that would need to be in your main page or your frameset btw for that to refresh the parent.<!--content-->
 
Back
Top