Hello i need a redirect program with 5sec delay , it can redirect old page to new page , i used javascript and php for this function but IE and Firefox can't find referral link(i guess because of 5sec delay) but Opera can find referral link in new site , maybe this problem can solve with cgi or asp , i hope please advice me with codes regards
is this what you want ? use meta tag of refresh <meta http-equiv="refresh" content="2;url=newpage.html"> u can use asp as well <meta http-equiv="refresh" content="2;url=<%=pgvar%>"> where pgvar is variable which has value like this "thepageyouwanttoforward.html" hope that answered your question.