0

window.history.back() not working in chrome...

hi i am using the above code to back for the previous page , the code is working on firefox but in chrome it is not going to another page. can anyone suggest me any solution. i tried this also

5th Apr 2018, 7:04 AM
Bhavani Sankar
Bhavani Sankar - avatar
2 Answers
+ 1
insted of using js to back to other pase use <a href="" /> to swtich pages
5th Apr 2018, 7:32 AM
Sudarshan Rai
Sudarshan Rai - avatar
+ 1
thank u for ur reply . i have to return to same page and the url has username and other two parameters, those parameters can't be accessed in other pages. so that only i am using window.history.back();
5th Apr 2018, 7:56 AM
Bhavani Sankar
Bhavani Sankar - avatar