S Shane New member Sep 8, 2009 #1 How do I (a webmaster) make it so when you go to a webpage on my site, that it redirects you instantly to a site of my choosing ? i need this so that itll take my visitors to a forum
How do I (a webmaster) make it so when you go to a webpage on my site, that it redirects you instantly to a site of my choosing ? i need this so that itll take my visitors to a forum
C Chad New member Sep 8, 2009 #2 another way to do it is post this in the head of you doc <script>window.location.replace('new_url');</script> as soon as this loads it will redirect your visiter
another way to do it is post this in the head of you doc <script>window.location.replace('new_url');</script> as soon as this loads it will redirect your visiter