Re: HTML question regardin NOSAVE attribute

2001-12-14 Thread corrigan
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:

RE: HTML question regardin NOSAVE attribute

2001-12-14 Thread Kola Oyedeji
-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

RE: HTML question regardin NOSAVE attribute

2001-12-14 Thread Kevin Gilchrist
]] 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

Re: HTML question regardin NOSAVE attribute

2001-12-14 Thread corrigan
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

RE: HTML question regardin NOSAVE attribute

2001-12-14 Thread Kola Oyedeji
: 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