Click to See Complete Forum and Search --> : MetaRefresh in a new window


mg8
11-09-2003, 11:37 AM
Hey

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?

Thanks

Paul Jr
11-09-2003, 03:23 PM
Something like this?


<meta http-equiv="refresh" content="5">


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.

PeOfEo
11-09-2003, 03:45 PM
that would need to be in your main page or your frameset btw for that to refresh the parent.