Following code is the easiest way to redirect an URL By Javascript.
<script> var url= "http://forums.powerhoster.com"; window.location = url; </script>
Click to rate this post!
[Total: 0 Average: 0]
Following code is the easiest way to redirect an URL By Javascript.
<script> var url= "http://forums.powerhoster.com"; window.location = url; </script>
Home › Forums › Redirect URL by Javascript
Tagged: Javascript, Redirect
Following code is the easiest way to redirect an URL By Javascript. <script> var url= “http://forums.powerhoster.com”; window.location = url;
[See the full post at: Redirect URL by Javascript]
Redirect URL by Javascript