Posted April 25, 200619 yr I've been fucking with some html enabled sites and i want to make it so they automaticly go to http://www.gabenewell.com/ any help?
April 25, 200619 yr <script language="Javascript" type="text/javascript"> document.location = "http://www.gabenewell.com"; </script>