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)
You are my lovely code bitches...
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)
meta http-equiv='refresh' content='60;url=blahblah.htm'
60 is the number of seconds until redirect
(stick this in the <head> section..)