How to make a serverside delayed rederrect
December 10, 2009 Leave a comment
Injecting javascript at runtime, can be a mess but there is a much easeay way just change your meta data like this
HttpContext.Current.Response.AddHeader(“REFRESH”, seconds + “;URL='” +url +”‘”)
where seconds is number of seconds to delay rederect and
url is the url that you want to rederect to.. (c:
eacy ass eating pancakes (c: