I have three pages
1.index.html
2.navigate.html
3.lastpage.html
Index.html
<a href="lastpage.html">lastpage</a>
Navigate.html
<a href="lastpage.html">lastpage</a>
I need to get the page name in Lastpage.html from which page it is redirected in javascript or jquery.