timer response.redirect ..
ASP.NET
5
Posts
3
Posters
0
Views
1
Watching
-
does the below script have a times like response.appendheader ?
strRedirect = "" strRedirect += "parent.frames('main').location.href='TeensPage.aspx';" strRedirect += "" Response.Write(strRedirect) Response.Flush()
-
No, that script doesn't do that. By the way, Response.AddHeader just add values to the http header, there is no timer functionality in that. I assume that you mean when a specific value is added, like a refresh value? --- b { font-weight: normal; } -- modified at 15:22 Monday 6th February, 2006
-
does the below script have a times like response.appendheader ?
strRedirect = "" strRedirect += "parent.frames('main').location.href='TeensPage.aspx';" strRedirect += "" Response.Write(strRedirect) Response.Flush()