How can I redirect to another URL in a web page using JavaScript?
If you want to redirect, just use window.location. Like so:
window.location
window.location = "http://www.redirectedsite.com"