View Single Post
Old May 29th, 2005, 10:54 PM   #5
Ashok
Newbie
 
Join Date: May 2005
Posts: 8
Rep Power: 0 Ashok is on a distinguished road
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 is offline   Reply With Quote