I have implemented a previous button
on my page, which navigates me back
to the previous page.
i.e, Page A
-> Page B
(has previous button)
How Can I find the link of Page A
so that it will take me back to Page A
using javascript/jQuery
I tried this link
I used this history.back()
but that works with onclick
How to get href.