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
[email protected]
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to