Menu Close

Tag: Javascript

Redirect URL by Javascript

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