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>

 

How useful was this post?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.

Related Posts

  • You must be logged in to reply to this topic.