How can a page be forced to load another page in JavaScript?

How can a page be forced to load another page in JavaScript?

You can use window.open method in JavaScript to open other web pages.
More about it here.