Following code is the easiest way to redirect an URL By Javascript.
<script> var url= "http://forums.powerhoster.com"; window.location = url; </script>
Following code is the easiest way to redirect an URL By Javascript.
<script> var url= "http://forums.powerhoster.com"; window.location = url; </script>