D DAM Diamond Member Jan 10, 2000 6,102 1 76 Jan 11, 2002 #2 with ASP <%Response.Redirect("http://www.gohome.com")%> dam()
C Czar Lifer Oct 9, 1999 28,510 0 0 Jan 11, 2002 #3 php header("location:"."http://www.anandtech.com/");
K Kenji4861 Banned Jan 28, 2001 2,821 0 0 Jan 11, 2002 #4 with HTML <html> <head> <title>Whatever Title You Want</title> <META HTTP-EQUIV="REFRESH" CONTENT="0;URL=http://www.wheretoredirect.com"> </head> </html> You can change the 0 to how many seconds to wait before moving to the next page.
with HTML <html> <head> <title>Whatever Title You Want</title> <META HTTP-EQUIV="REFRESH" CONTENT="0;URL=http://www.wheretoredirect.com"> </head> </html> You can change the 0 to how many seconds to wait before moving to the next page.
F FreshPrince Diamond Member Dec 6, 2001 8,361 1 0 Jan 11, 2002 #5 awesome! thx guys, I'm gonna use DNS redirection