b3ta.com board
You are not logged in. Login or Signup
Home » Messageboard » XXX » Message 878433 (Thread)

# Threadjack!
Could somebody prod me in the right direction of the code needed to redirect to a different page. I've looked and all I can find is redirects that are for browser types.
You are my lovely code bitches...
(, Wed 5 Mar 2003, 11:25, archived)
# what code exactly?
HTML?

meta http-equiv='refresh' content='60;url=blahblah.htm'

60 is the number of seconds until redirect

(stick this in the <head> section..)
(, Wed 5 Mar 2003, 11:33, archived)
# self.location='http://www.differentpage.com';
..will work for javascript, or you can use META refresh in the <head> ...

<META HTTP-EQUIV=Refresh CONTENT="10; URL=http://www.differentpage.com/">

(, Wed 5 Mar 2003, 11:33, archived)
# You're both stars!
Thank you very much, love you long time.
(, Wed 5 Mar 2003, 11:44, archived)