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.

See also  What is black hat seo hidden text
  • Creator
    Topic
  • #3276
    Avatar photoEric Smith
    Keymaster
      Up
      0
      Down
      ::

      Following code is the easiest way to redirect an URL By Javascript. <script> var url= “https://forums.powerhoster.com”; window.location = url;
      [See the full post at: Redirect URL by Javascript]
      Redirect URL by Javascript

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