Tagged Questions

0
votes
6answers
95 views

Prevent user keeping browsing information from my website

I want to prevent my website from putting any information in the browser history of any user. I am using asp .net to build my website. Any idea how can i perform this?
0
votes
3answers
49 views

Copy on delete of browser history

I'd like to know if there is a programming hook or some other feature in windows vista and IE 7 or 8 that would let a computer administrator let the user think they were deleting t …
0
votes
1answer
71 views

Test browser history before going back via javascript?

I'm playing around with using some javascript to add extra functionality to a back button on my website. Right now I have a set of javascript that looks like this: $(".back-link a …