18 Jul
2003
18 Jul
'03
2:02 p.m.
On Fri, Jul 18, 2003 at 08:59:03AM +0200, Paolo Dina wrote:
If the validation passes, I would like the user's browser to display different ZPTs based on the script's decision logic.
Try to use redirect.
In case of error you return an error message; why in case of succes you don't follow this way?:
return r.RESPONSE.redirect('success.html') ( where r = context.REQUEST )
actually, with RESPONSE.redirect, you don't need to return anything. It doesn't hurt, but it doesn't do anything either :) -- Paul Winkler http://www.slinkp.com Look! Up in the sky! It's ANCIENT PUNISHER! (random hero from isometric.spaceninja.com)