Need ASP code can check header or other way by ASP to know a page is a redirect or not redirect page. Thanks.
classic is fine need to work for IE and FF it will even better if it can define 301 and 302 PS : I am seeking for free code. (But +Rep will be given for the good code) thanks
I don't think you can. You can check request.servervariables("http_referer"), but that's as near as you'll get.
you want to know if somebody has redirected to the page you are in now? Not possible. You can however when you redirect to add something distinctive in the querystring to know it's a redirect and simply check the query string in your target page.
It is possible to check for redirects, but the only way i know of (right now) is to do a new HTTP-request on the given URL, a-la: http://thorswebguide.com/tool_redirect_check.php/msn.com