9951 explained code solutions for 126 technologies


javascriptRedirect page


window.location.replace('/other_page');ctrl + c
window.location.replace

this function redirects to a new page, not saving current URL to the session history

/other_page

URL of the page to redirect to