I have a footer link "Privacy Policy" in my application. When user clicks this link we display some information on the page along with a "Back" link.
Now requirement is when user click on the Back link I need to display the previous page from which he had opened Privacy policy page.
For example
- User is on page A clicks "Privacy Policy" and then when he clicks "Back" we should display page A agian.
- If he clicks "Privacy Policy" from page B then when he clicks "Back" we should display page B.
We can use JavaScript to do this but we are not supposed to use JavaScript. Can anyone help me on this?