Click to See Complete Forum and Search --> : timer response.redirect ..


xxsoulxx
February 6th, 2006, 02:22 PM
does the below script support a timer redirect ?
strRedirect = "<script language='Javascript'>"
strRedirect += "parent.frames('main').location.href='TeensPage.aspx';"
strRedirect += "</script>"
Response.Write(strRedirect)
Response.Flush()