Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: RE:Deleting the history


Message #1 by "Bharat Saboo / Bhamini Saboo" <bharatsaboo@h...> on Thu, 14 Mar 2002 16:21:15 +0530
This is a multi-part message in MIME format.

------=_NextPart_000_0002_01C1CB51.698BBE80
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: 7bit

http://developer.irt.org/script/history.htm
 
-----Original Message-----
From: Bharat Saboo / Bhamini Saboo [mailto:bharatsaboo@h...] 
Sent: Thursday, March 14, 2002 5:51 AM
To: javascript
Subject: [javascript] RE:Deleting the history
 
what this example actually does is that it expires the page so that 
everytime the page is fetched from the web.  what i require is whereby 
the info is not stored in the history itself about which sites the user 
has visited.
*****************************************
BHARAT SABOO
 
503/504, Mount, J.P. Road, Versova
Mumbai - 400061.
 
bharatsaboo@y...
*********************************************
----- Original Message ----- 
From: Krishnaraj <mailto:krishnaraj_r@t...>  Rajamanickam 
To: javascript <mailto:javascript@p...>  
Sent: Friday, February 22, 2002 10:48 AM
Subject: [javascript] RE:Deleting the history
 
hey bharat
here is for the asp page, even you can do these using javascript but i
forgot how to do. Hope this will help you,

<%
Response.Expires = -1
Response.CacheControl = "no-cache"
Response.AddHeader "Pragma", "no-cache"
%>


wellwisher
Krishnaraj R.
-----Original Message-----
From: Bharat Saboo [mailto:bharatsaboo@h...]
Sent: Friday, February 22, 2002 10:10 AM
To: javascript
Subject: [javascript] RE:Deleting the history


Dear Raj

thanks for the reply, but regrets i am using asp and not jsp.  do u have
any
tips for asp users.

thnx

bharat


>From: "Rajkishore Dash" <R.DASH@p...>
>Reply-To: "javascript" <javascript@p...>
>To: "javascript" <javascript@p...>
>Subject: [javascript] RE:Deleting the history
>Date: Thu, 21 Feb 2002 11:50:00 0000
>
>If u r using jsp then put these inside the html <HEAD>.
><%
>response.setHeader("Pragma","No-cache");
>response.setDateHeader("Expires",0);
>response.setHeader("Cache-Control","no-cache");
>%>
>
>
>
>
>
>Thanks and Regards
>Raj
>
>
>
>-------------------------------------------------------------------
>
>The contents of this e-mail are confidential to the ordinary user
>of the e-mail address to which it was addressed and may also be
>privileged. If you are not the addressee of this e-mail you should
>not copy, forward, disclose or otherwise use it or any part of it
>in any form whatsoever. If you have received this e-mail in error
>please notify us by telephone or e-mail the sender by replying to
>this message, and then delete this e-mail and other copies of it
>from your computer system. Thank you.
>
>We reserve the right to monitor all e-mail communications through
>our network.
>
>
%%email.unsub%% <mailto:%25%25email.unsub%25%25> .


_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com


%%email.unsub%% <mailto:%25%25email.unsub%25%25> .


%%email.unsub%% <mailto:%25%25email.unsub%25%25> .
--- 



  Return to Index