[python-win32] Re: Help needed

Roger Upole rwupole at msn.com
Sat Sep 3 07:59:31 CEST 2005


Python is case sensitive, so you'll need to use
Response.Redirect

     hth
         Roger


Harish Kotian wrote:
> Hello
> Using python script I want to redirect the user to another page.
> I have pasted a sample script below.
> What is the equivalent to the response.redirect code?
> How should it read?

> Please help
> Harish.

<%@ LANGUAGE = Python%>

<%
response.redirect("yahoo.com")
%>



More information about the Python-win32 mailing list