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