[Zope] redirecting from inside a frame

Jim Sanford jsanford@atinucleus.com
Fri, 9 Jun 2000 07:47:13 -0500


This is a multi-part message in MIME format.

------=_NextPart_000_001C_01BFD1E6.ED119920
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

The onlyway I can think off, (which doesn't mean its the only way), is =
to launch a new window and send a HTML document whose content is =
JavaScript. It would either rewrite the original frame or the entire =
window depending on you original input and then close itself.
  ----- Original Message -----=20
  From: Fusion Group=20
  To: zope@zope.org=20
  Sent: Thursday, June 08, 2000 6:03 PM
  Subject: [Zope] redirecting from inside a frame


  I'm attempting to submit a form from inside of a frame, and depending =
on the information submitted, redirect to a new page which I no longer =
want displayed inside of that frame.  I want the new page to displayed =
in the full browser window, but not a new window. Any help would be =
greatly appreciated.

  Regards,

  Chad

------=_NextPart_000_001C_01BFD1E6.ED119920
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.3017.1000" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>The onlyway I can think off, (which =
doesn't mean=20
its the only way), is to launch a new window and send a HTML document =
whose=20
content is JavaScript. It would either rewrite the original frame or the =
entire=20
window depending on you original input and then close =
itself.</FONT></DIV>
<BLOCKQUOTE=20
style=3D"BORDER-LEFT: #000000 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: =
0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px">
  <DIV style=3D"FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV=20
  style=3D"BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: =
black"><B>From:</B>=20
  <A href=3D"mailto:chad@fgrp.com" title=3Dchad@fgrp.com>Fusion =
Group</A> </DIV>
  <DIV style=3D"FONT: 10pt arial"><B>To:</B> <A =
href=3D"mailto:zope@zope.org"=20
  title=3Dzope@zope.org>zope@zope.org</A> </DIV>
  <DIV style=3D"FONT: 10pt arial"><B>Sent:</B> Thursday, June 08, 2000 =
6:03=20
  PM</DIV>
  <DIV style=3D"FONT: 10pt arial"><B>Subject:</B> [Zope] redirecting =
from inside a=20
  frame</DIV>
  <DIV><BR></DIV>
  <DIV><FONT face=3DArial size=3D2>I'm attempting to submit a form from =
inside of a=20
  frame, and depending on the information submitted, redirect to a new =
page=20
  which I no longer want displayed inside of that frame.&nbsp; I want =
the new=20
  page to displayed in the full browser window, but not a new window. =
Any help=20
  would be greatly appreciated.</FONT></DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT face=3DArial size=3D2>Regards,</FONT></DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT face=3DArial =
size=3D2>Chad</FONT></DIV></BLOCKQUOTE></BODY></HTML>

------=_NextPart_000_001C_01BFD1E6.ED119920--