9951 explained code solutions for 126 technologies


javascriptGo to other page


window.location = '/other_page';ctrl + c
window.location

this will redirect browser to the new page and save current page to the session history (simulate link click)

/other_page

URL of the page to redirect to