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:
<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: