tutorial.eyehunts.com
JavaScript redirect on page load
To redirect a page using JavaScript on page load, you can use the window.location object to set the URL of the page. Here's the syntax:
Rohit