How to get the previous page URL using JavaScript? [duplicate] February 12, 2023 by Tarik You can use the following to get the previous URL. var oldURL = document.referrer; alert(oldURL);