I know that in Javascript you can use the history object for going back and stuff
history.go(-1);
BUT what I want to know that is there a way to get Javascript to remove a page from the browser's history so when you go to the history you won't see the site. I need this for a security feature on my site.
If not in Javascript does anyone know of any other way to do it?
Thank you.