CGI Redirect to another page

Andrew Chalk achalk at XXXmagnacartasoftware.com
Tue Sep 23 23:10:37 EDT 2003


In a Python script running under CGI, can I programatically redirect the
program to another page. Assume that I have a static HTML page that I want
displayed (e.g. index.htm). Other than 'print ...' is there any way to
redirect to this URL (for example, like Response.Redirect() in ASP)?

Many thanks.






More information about the Python-list mailing list