Re: [Zope] Redirecting all objects in a folder

2016-11-29 Thread Jesus Cea
On 21/11/16 05:46, Dan Gaibel wrote: > How can I make it so that any object accessed under a particular folder > gets redirected to another URL? > > In other words, someone going to the URL website.com/folder/page1.html > or website.com/folder/page2.html >

Re: [Zope] Redirecting from inside a TAL macro ...

2009-05-20 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andreas Jung wrote: On 19.05.09 15:27, Analog Kid wrote: Hi All: I have a macro that is used in several other page templates. In some circumstances, I need to redirect to another URL. Can I do this using

Re: [Zope] Redirecting from inside a TAL macro ...

2009-05-19 Thread Andreas Jung
On 19.05.09 15:27, Analog Kid wrote: Hi All: I have a macro that is used in several other page templates. In some circumstances, I need to redirect to another URL. Can I do this using python:here.REQUEST.RESPONSE.redirect(NEWURL) so that the master page that uses this macro is redirected to

Re: [Zope] Redirecting

2007-03-13 Thread Chris Withers
[EMAIL PROTECTED] wrote: Ugh. JS redirects create problems with the search engines. What I really want to do is fill the hole in the doughnut, to use a radio advertising term. That is, I have code before the page data referenced below, and I have code after it. I want to write the stuff

RE: [Zope] Redirecting

2007-03-13 Thread Mark, Jonathan (Integic)
[EMAIL PROTECTED] wrote: Ugh. JS redirects create problems with the search engines. What I really want to do is fill the hole in the doughnut, The Ajax way to do that is by using the DOM to change the node dynamically behind the scenes. A recent article on Reddit showed that, indeed, Google

Re: [Zope] Redirecting

2007-03-12 Thread Andreas Jung
--On 12. März 2007 11:55:52 -0400 [EMAIL PROTECTED] wrote: Hi; I have a Web site I'm building a shopping cart for that is built with a basic site template and an iframe where all the page-by-page info goes. I need to redirect the iframe to the address below, but when I use the current

Re: [Zope] Redirecting

2007-03-12 Thread tonylabarbara
. What's a good way to do this? TIA, Tony -Original Message- From: [EMAIL PROTECTED] To: [EMAIL PROTECTED]; zope@zope.org Sent: Mon, 12 Mar 2007 12:04 PM Subject: Re: [Zope] Redirecting --On 12. März 2007 11:55:52 -0400 [EMAIL PROTECTED] wrote: Hi; I have a Web site I'm building

Re: [Zope] Redirecting

2007-03-12 Thread Jonathan
- Original Message - From: [EMAIL PROTECTED] To: zope@zope.org Sent: Monday, March 12, 2007 11:55 AM Subject: [Zope] Redirecting Hi; I have a Web site I'm building a shopping cart for that is built with a basic site template and an iframe where all the page-by-page info goes. I

Re: [Zope] Redirecting

2007-03-12 Thread Andreas Jung
--On 12. März 2007 12:13:53 -0400 [EMAIL PROTECTED] wrote: Ugh. JS redirects create problems with the search engines. What I really want to do is fill the hole in the doughnut, to use a radio advertising term. What you want is not of interest in this particular case. You can perform a

Re: [Zope] Redirecting (fwd)

2007-03-12 Thread Andreas Jung
Please keep the discussion on the list :-) -aj Forwarded Message Date: 12. März 2007 12:39:05 -0400 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [Zope] Redirecting This is OT at this point so I'm writing you off list. I can't find a JS command point

Re: [Zope] Redirecting from Python?

2000-08-04 Thread Jonothan Farr
Are you doing a dtml-var or dtml-call to call your external method? I believe you need a dtml-call. --jfarr "Perl is worse than Python because people wanted it worse." Larry Wall, 14 Oct 1998 - Original Message - From: Christopher J. Kucera [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent:

Re: [Zope] Redirecting from Python?

2000-08-04 Thread Christopher J. Kucera
Jonothan Farr wrote: Are you doing a dtml-var or dtml-call to call your external method? I believe you need a dtml-call. I've tried both. :) Other things I've tried: * Explicitly passing in the REQUEST object * Explicitly passing in the RESPONSE object * slapping a "return" in front of

Re: [Zope] Redirecting from Python?

2000-08-04 Thread Christian Scholz
Hi! On Fri, Aug 04, 2000 at 12:49:52PM -0500, Christopher J. Kucera wrote: I'm working on a Product, and I'd like to be able to do a RESPONSE.redirect() from inside the Python code. What I had was basically this: [...] def someConditions(self): if (some number of conditions):

Re: [Zope] redirecting from inside a frame

2000-06-09 Thread Jim Sanford
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

Re: [Zope] redirecting from inside a frame

2000-06-09 Thread Rik Hoekstra
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. [rh] Hm, even for

Re: [Zope] redirecting from inside a frame

2000-06-08 Thread Phil Harris
Chad, Before I attempt an answer to your question, can I ask you a favour? Please don't send HTML encoded mail to the list, lesser mortals use crappy mailers and have trouble reading it 8¬) Thanks in advance. If I understand you correctly you want the form to goto a full browser rather than