We have a JavaScript function named \"move\" which does just \"windows.location.href = any given anchor\". This function works on IE, Opera and Safari, but so
window.location.assign("link to next page") should work in both (chrome and firefox) browsers.
window.location.assign("link to next page")