function getPreviousURL() { var previousURL = document.referrer; return previousURL; } function redirectToPage() { window.history.back(); }