I have a back button in my site. If I click on back button it should display previously viewed page.
example:I checked second project first then tenth project now if I click back button it should redirect to second project page.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
use javascript history.back
check this out
http://www.w3schools.com/jsref/met_his_back.asp