|
||||||||||
RLWD Web Services |
ASP Response.Redirect Function |
|||||||||
| ASP Functions lCase uCase isDate isNumeric Left, Mid, Right Len (Length) Replace Trim Response.Redirect Response.Write Month, Day, Year Date, Time, Now Hour, Minute, Second MonthName Weekday WeekdayName |
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 Programming asp 301 redirect asp characters chr() asp functions html tags javascripts metric conversion unix commands |
||||||||
ReaLife WebDesigns / 310.371.3275 |
||||||||||