Menu Close

Redirect URL by Javascript

Following code is the easiest way to redirect an URL By Javascript.

<script>
var url= "https://forums.powerhoster.com";
window.location = url;
</script>

 

Related Posts