Back page path problem

Back page path problem


I have three pages, index.html, list.html and detail.html, detail.html have delete function, after click delete me button in detail.html will popup a dialog to ask delete or not, if you choose delete, the page will redirect to list.html, I click the back button on list.html after delete, it will go to detail.html again, I hope it can go to the index.html because the detail.html should be delete at that time, how to remove the detail.html from history back by hand.