At 03:04 PM 1/30/02 -0500, you wrote: >yup, now-- print goes to stdout, which is pretty useless to you -- >change to >return "Location: %(redirect)s\n" % locals() That works, kind of. It prints the url I need to the screen. Now, how do I get it to actually redirect the browser? TIA, BenO