ASP Response.Redirect Function

web

 
  Sponsored Links


The ASP Response.Redirect function is used redirect the browser to another web page.

Response.Redirect Function Arguments

String or variable containing web page address

ASP Coding for Response.Redirect Function

<%

sForwardString = "/default.asp"
Response.Redirect = sForwardString

%>


OR

<%

Response.Redirect "/default.asp"

%>


Result

Browser forwards to the default.asp web page
   
 
web

ReaLife WebDesigns / 310.371.3275
We appreciate having the opportunity to contribute to the success of your business!

© 1999-2010 ReaLife WebDesigns. All rights reserved. site map | terms of use