RE: [Zope] Redirect Back

2000-07-07 Thread Chris McDonough

You may either use Javascript's history method or use
RESPONSE.REDIRECT(REQUEST['HTTP_REFERER']).  The former is preferred as
the latter isn't always accurate nor available.

 -Original Message-
 From: Aaron Williamson [mailto:[EMAIL PROTECTED]]
 Sent: Friday, July 07, 2000 11:45 AM
 To: [EMAIL PROTECTED]
 Subject: [Zope] Redirect Back
 
 
 Does anyone know if RESPONSE.redirect() can somehow be used 
 to send the
 user "back," like they clicked the back button on the browser?
 
 Thanks,
 
 Aaron Williamson
 Operation Mobilisation
 [EMAIL PROTECTED]
 
 
 ___
 Zope maillist  -  [EMAIL PROTECTED]
 http://lists.zope.org/mailman/listinfo/zope
 **   No cross posts or HTML encoding!  **
 (Related lists - 
  http://lists.zope.org/mailman/listinfo/zope-announce
  http://lists.zope.org/mailman/listinfo/zope-dev )
 

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




RE: [Zope] Redirect Back

2000-07-07 Thread Chris McDonough

Oops, sorry, not RESPONSE.REDIRECT, instead RESPONSE.redirect.

 -Original Message-
 From: Chris McDonough [mailto:[EMAIL PROTECTED]]
 Sent: Friday, July 07, 2000 11:54 AM
 To: 'Aaron Williamson'; [EMAIL PROTECTED]
 Subject: RE: [Zope] Redirect Back
 
 
 You may either use Javascript's history method or use
 RESPONSE.REDIRECT(REQUEST['HTTP_REFERER']).  The former is 
 preferred as
 the latter isn't always accurate nor available.
 
  -Original Message-
  From: Aaron Williamson [mailto:[EMAIL PROTECTED]]
  Sent: Friday, July 07, 2000 11:45 AM
  To: [EMAIL PROTECTED]
  Subject: [Zope] Redirect Back
  
  
  Does anyone know if RESPONSE.redirect() can somehow be used 
  to send the
  user "back," like they clicked the back button on the browser?
  
  Thanks,
  
  Aaron Williamson
  Operation Mobilisation
  [EMAIL PROTECTED]
  
  
  ___
  Zope maillist  -  [EMAIL PROTECTED]
  http://lists.zope.org/mailman/listinfo/zope
  **   No cross posts or HTML encoding!  **
  (Related lists - 
   http://lists.zope.org/mailman/listinfo/zope-announce
   http://lists.zope.org/mailman/listinfo/zope-dev )
  
 
 ___
 Zope maillist  -  [EMAIL PROTECTED]
 http://lists.zope.org/mailman/listinfo/zope
 **   No cross posts or HTML encoding!  **
 (Related lists - 
  http://lists.zope.org/mailman/listinfo/zope-announce
  http://lists.zope.org/mailman/listinfo/zope-dev )
 

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] Redirect Back

2000-07-07 Thread Andy McKay

And Javascripts back function is javascript:history.back()

so i think RESPONSE.redirect('javascript:history.back()')

- Original Message -
From: "Chris McDonough" [EMAIL PROTECTED]
To: "Chris McDonough" [EMAIL PROTECTED]; "'Aaron Williamson'"
[EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Friday, July 07, 2000 8:56 AM
Subject: RE: [Zope] Redirect Back


 Oops, sorry, not RESPONSE.REDIRECT, instead RESPONSE.redirect.

  -Original Message-
  From: Chris McDonough [mailto:[EMAIL PROTECTED]]
  Sent: Friday, July 07, 2000 11:54 AM
  To: 'Aaron Williamson'; [EMAIL PROTECTED]
  Subject: RE: [Zope] Redirect Back
 
 
  You may either use Javascript's history method or use
  RESPONSE.REDIRECT(REQUEST['HTTP_REFERER']).  The former is
  preferred as
  the latter isn't always accurate nor available.
 
   -Original Message-
   From: Aaron Williamson [mailto:[EMAIL PROTECTED]]
   Sent: Friday, July 07, 2000 11:45 AM
   To: [EMAIL PROTECTED]
   Subject: [Zope] Redirect Back
  
  
   Does anyone know if RESPONSE.redirect() can somehow be used
   to send the
   user "back," like they clicked the back button on the browser?
  
   Thanks,
  
   Aaron Williamson
   Operation Mobilisation
   [EMAIL PROTECTED]
  
  
   ___
   Zope maillist  -  [EMAIL PROTECTED]
   http://lists.zope.org/mailman/listinfo/zope
   **   No cross posts or HTML encoding!  **
   (Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope-dev )
  
 
  ___
  Zope maillist  -  [EMAIL PROTECTED]
  http://lists.zope.org/mailman/listinfo/zope
  **   No cross posts or HTML encoding!  **
  (Related lists -
   http://lists.zope.org/mailman/listinfo/zope-announce
   http://lists.zope.org/mailman/listinfo/zope-dev )
 

 ___
 Zope maillist  -  [EMAIL PROTECTED]
 http://lists.zope.org/mailman/listinfo/zope
 **   No cross posts or HTML encoding!  **
 (Related lists -
  http://lists.zope.org/mailman/listinfo/zope-announce
  http://lists.zope.org/mailman/listinfo/zope-dev )



___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )