javascript history.back losses the search result
问题 Page A: $(document).ready(function () { bindData(); }); function bindData() { $('#searchbtn').bind('click', function () { SearchResult(); }); } function SearchResult() { ajax call... } Page A HTML: <input type="button" id="searchbtn" /> Page B Details---> this page comes after selecting a specific search result from page A search list <a href="javascript:history.back();">Back</a><br /> Now when I go back to the Page A I can see my search criteria's as they were selected but the result Div is