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
2 Answers
+ 1
insted of using js to back to other pase use <a href="" /> to swtich pages
+ 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();