Thanks guys Kola Oyedeji |Web Developer |ekeda elthorne gate |64 high street |pinner |middx |ha55qa t +44(208)429 7333 f +44(208)429 7339 |www.ekeda.co.uk
> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: 14 December 2001 16:51 > To: CF-Community > Subject: Re: HTML question regardin NOSAVE attribute > > > I think he's right. This is the best that I came up with... > > Try something like this on your page: > > <meta http-equiv="Pragma" content="no-cache" /> > <meta http-equiv="Expires" content="-1" /> > > Kevin's solution is probably better. > > HTH > > > Michael Corrigan > Programmer > Endora Digital Solutions > www.endoradigital.com > 630/942-5211 x-134 > ----- Original Message ----- > From: Kevin Gilchrist > To: CF-Community > Sent: Friday, December 14, 2001 10:41 AM > Subject: RE: HTML question regardin NOSAVE attribute > > > Best you could do would be use the meta tags below and include a > right-click disable JavScript. But if a user disables > JavaScript they > would be able to right-click and save again.... > > > <!--- cfheaders anti cache ---> > <cfheader name="Expires" value="Mon, 06 Jan 1990 00:00:01 GMT"> > <cfheader name="Pragma" value="no-cache"> > <cfheader name="cache-control" value="no-cache"> > <!-- meta anti cache--> > <meta http-equiv="Expires" content="Mon, 06 Jan 1990 00:00:01 > GMT"> > <meta http-equiv="Pragma" content="no-cache"> > <meta http-equiv="Cache-Control" content="no-cache"> > > -----Original Message----- > From: Kola Oyedeji [mailto:[EMAIL PROTECTED]] > Sent: Friday, December 14, 2001 11:21 > To: CF-Community > Subject: RE: HTML question regardin NOSAVE attribute > > > Mike > > Thanks for setting me straight on that. Now out of > curiosity how would > you stop a browser from caching an image (not a page)? > > Thanks > > Kola Oyedeji |Web Developer |ekeda > elthorne gate |64 high street |pinner |middx |ha55qa > t +44(208)429 7333 f +44(208)429 7339 |www.ekeda.co.uk > > > > -----Original Message----- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: 14 December 2001 16:19 > To: CF-Community > Subject: Re: HTML question regardin NOSAVE attribute > > > Here's some info on it. > > http://www.idocs.com/tags/images/_IMG_NOSAVE.html > > Michael Corrigan > Programmer > Endora Digital Solutions > www.endoradigital.com > 630/942-5211 x-134 > ----- Original Message ----- > From: Kola Oyedeji > To: CF-Community > Sent: Friday, December 14, 2001 6:46 AM > Subject: HTML question regardin NOSAVE attribute > > > One for all the geeks who have memorised rfc 1866!! > > Anyone know what the NOSAVE attribute in a img tag does. I'm > guessing it > prevents it bieng saved to the cache. > > Anyone know ? > > Thanks > > Kola Oyedeji |Web Developer |ekeda > elthorne gate |64 high street |pinner |middx |ha55qa > t +44(208)429 7333 f +44(208)429 7339 |www.ekeda.co.uk > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
