8 Mar
2002
8 Mar
'02
8:06 p.m.
Carlos de la Guardia writes:
You can do that with:
number=5 redirect_url='viewCustomer?id='+number context.REQUEST.RESPONSE.redirect(redirect_url) Just a note: the "HTTP 1.1" specification requires an absolute URL for redirects.
Apparently, most browsers handle relative URLs also correct, but they are not obliged to do that. Dieter