|
 |
asp_web_howto thread: clear the history in the browsers cache
Message #1 by "Bharat Saboo" <bharatsaboo@h...> on Thu, 21 Feb 2002 15:27:24 +0530
|
|
Hi all,
Can anyone tell me how to remove all the entries in the browsers cache for a
particular site visited by the user.
thanks in advance
bharat saboo
_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com
Message #2 by "Ken Schaefer" <ken@a...> on Fri, 22 Feb 2002 10:56:32 +1100
|
|
Go around to the user's computer, open their browser and clear their cache.
Cheers
Ken
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
From: "Bharat Saboo" <bharatsaboo@h...>
Subject: [asp_web_howto] clear the history in the browsers cache
: Can anyone tell me how to remove all the entries in the browsers
: cache for a particular site visited by the user.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Message #3 by "Bharat Saboo" <bharatsaboo@h...> on Fri, 22 Feb 2002 10:30:20 +0530
|
|
ha....ha.....ha.....
thnx for reply, but i already know about this. i wish to delete the history
by using asp or javascript/vbscript code as users to my site would be from
anywhere in the world.
bharat
>From: "Ken Schaefer" <ken@a...>
>Reply-To: "ASP Web HowTo" <asp_web_howto@p...>
>To: "ASP Web HowTo" <asp_web_howto@p...>
>Subject: [asp_web_howto] Re: clear the history in the browsers cache
>Date: Fri, 22 Feb 2002 10:56:32 +1100
>
>Go around to the user's computer, open their browser and clear their cache.
>
>Cheers
>Ken
>
>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>From: "Bharat Saboo" <bharatsaboo@h...>
>Subject: [asp_web_howto] clear the history in the browsers cache
>
>
>: Can anyone tell me how to remove all the entries in the browsers
>: cache for a particular site visited by the user.
>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
>
>$subst('Email.Unsub').
_________________________________________________________________
MSN Photos is the easiest way to share and print your photos:
http://photos.msn.com/support/worldwide.aspx
Message #4 by "Ken Schaefer" <ken@a...> on Fri, 22 Feb 2002 16:23:46 +1100
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
From: "Bharat Saboo" <bharatsaboo@h...>
Subject: [asp_web_howto] Re: clear the history in the browsers cache
: ha....ha.....ha.....
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I'm not joking.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
: thnx for reply, but i already know about this. i wish to delete the
history
: by using asp
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
How on earth does something that runs entirely on the server do something to
my browser?!? Think about how ridiculous this sounds...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:or javascript/vbscript code as users to my site would be from
: anywhere in the world.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Why should *you* be able to tamper with *my* browser? How would you like it
if I changed *your* browser settings without asking you? The history is
stored as part of the file system on my hard drive. Removing items from it
means you can delete files from my hard disk without my permission...
You are asking for something that can not be done, hence my earlier answer:
"go to the user's computer and open their browser and delete their history"
Note, you can use location.replace() to change an item in the history list -
but you can't delete an entry from the history list.
Cheers
Ken
|
|
 |