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")
%>
 
_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to