Click to See Complete Forum and Search --> : How to refresh to the top, not the frame??


Larryr
08-07-2003, 04:28 PM
I've got a page in a frame that wants to cause the entire browser window to "forward" to a new page. Historically, I've put this in the page:

<META HTTP-EQUIV="Refresh" CONTENT="2; URL=destination_page.htm">

to make this happen. But with this page in a frame, the new page (destination_page.htm) appears in the frame, rather than taking the place of the frameset.

How do I get the frameset to be replaced with the new page... or is there a better way to get the result I want?

Thanks,

Larry :confused:

PeOfEo
08-07-2003, 05:50 PM
try target="_parent" I have only used the metatag for refresh one time before so thats the best advice I can give.