By using document.referrer we will get all the reference of URL in JavaScript, such as the following:
document.referrer
http://localhost/testwordpress/wp-admin/a
There are some functions around to do that. See this for example.