javascript - how do I delete multiple histories in web app? -



javascript - how do I delete multiple histories in web app? -

i'd remove multiple browser history @ once.

suppose app has blog-writing task takes multiple steps/screens/browser history finish.

when user completes blog-writing task, want delete whole writing-related browser histories because when clicks button, don't want him see editing screen again.

conceptually, i'm wondering if there's way grouping multiple browser histories task (blog writing task), kill histories related task.

then doesn't matter how many steps take perform task, can drop task when needed.

can done in web environment?

javascript jquery backbone.js web browser-history

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -