Automatic Redirect
Automatic Redirect using Javascript
You can redirect your users from the current page to a desired page using JavaScript. Please use the following code to do so:
| CODE |
|
<script type="text/javascript"> <!-- window.location.href = "http://www.w3courses.com/" //--> </script> |
