[Zope] RESPONSE.redirect?

Dylan Reinhardt Dylan@DylanReinhardt.com
Thu, 17 Oct 2002 14:34:56 -0700


At 02:48 PM 10/17/2002 -0600, you wrote:
>yes but "query_start=3" will need to ba a variable.

Fine.  So:

<dtml-call "RESPONSE.redirect('reportPage_html?'+SOME_VAR)">

Then all you need to do is make sure the calling page has been passed a 
value for SOME_VAR

Dylan