Hi; I'm writing a CGI script and I need to redirect the visitor to another page (as opposed to posting their form data). How do I do this? The perl equivalent would be: print "Location:http://blah.com\n\n"; TIA, BenO