Thread
:
I am not clear about Response.Redirect method.Can anybody tell me the significance of
View Single Post
May 29th, 2005, 10:54 PM
#
5
Ashok
Newbie
Join Date: May 2005
Posts: 8
Rep Power:
0
if u clicks a url which will open page2.asp and page2.asp contains the folling code
<%
Response.Redirect ("Page3.asp")
%>
then the page3.asp will be diplayed on the brower.
Ashok
View Public Profile
Find More Posts by Ashok