Hi
I am looking for some code, which will allow me to redirect from some file to another URL in 5 seconds
Do you have any idea?
Thanks![]()
Hi
I am looking for some code, which will allow me to redirect from some file to another URL in 5 seconds
Do you have any idea?
Thanks![]()
Does this work for you, add it at the top of your page in the <head> section:
Or if you want javascript:Code:<META http-equiv="refresh" content="5;URL=url">
Change the highlighted.Code:<script type="text/javascript"> setTimeout("window.location='url'",5000); </script>![]()
Last edited by Nile; 06-13-2008 at 11:55 AM.
Jeremy | jfein.net
d-machine (06-14-2008)
THANKS !!!
YOU ARE GENIUS![]()
Bookmarks