I have two html pages Those are 1.html and 2.html.
When I visit to 2.html from 1.html page I want to show a message in 2.html page that you have come from 1.html page.
For this purpose I am using document.referrer
in my 2.html page but when I alert the message I am getting a blank popup.
I am very new to Jquery. I appreciate if any one can resolve this issue.