Webmaster html code please =]?

Shane

New member
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
 
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
 
Back
Top