Browser is caching files even when I use META tags to prevent cac hing.

2001-03-20 Thread Kevin Gilchrist
Hi all, I'm developing a small intranet app where I have two panes, a top-half and bottom-half. The top frame contains a table where a user can click on a cell and it triggers an update to the bottom frame. This only works for the first time a user clicks on a cell. Each row has a unique primary

Re: Browser is caching files even when I use META tags to prevent cac hing.

2001-03-20 Thread Savan Thongvanh
pragma="no-cache" Kevin Gilchrist [EMAIL PROTECTED] on 03/20/2001 10:26:21 AM Please respond to [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] cc:(bcc: Savan Thongvanh/DSM/Seabury) Subject: Browser is caching files even when I use META tags to prevent cac hing.

Re: Browser is caching files even when I use META tags to prevent cac hing.

2001-03-20 Thread Greg Wolfinger
hing files even when I use META tags to prevent cac hing. Hi all, I'm developing a small intranet app where I have two panes, a top-half and bottom-half. The top frame contains a table where a user can click on a cell and it triggers an update to the bottom frame. This only works for t

Re: Browser is caching files even when I use META tags to prevent cac hing.

2001-03-20 Thread Nick McClure
Meat tags do not always clear the cache. It is best if this is sent as an HTTP header. cfheader name="Expires" value="#now()#" I believe is the correct syntax Also in some web servers you can add HTTP headers to all requests. If you like everything including images to not be cached this would

(new) URL strings keep appending to the previous request's string s (Was) Browser is caching files even when I use META tags to prevent cac hing.

2001-03-20 Thread Kevin Gilchrist
March 20, 2001 11:26 AM To: CF-Talk Subject: Browser is caching files even when I use META tags to prevent cac hing. Hi all, I'm developing a small intranet app where I have two panes, a top-half and bottom-half. The top frame contains a table where a user can click on a cell and it triggers an

RE: Browser is caching files even when I use META tags to prevent cac hing.

2001-03-20 Thread Ric Smith
Some of our clients had this problem and we found out it was there proxy server. Ric Smith -Original Message- From: Greg Wolfinger [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 20, 2001 11:34 AM To: CF-Talk Subject: Re: Browser is caching files even when I use META tags to prevent

RE: Browser is caching files even when I use META tags to prevent cac hing.

2001-03-20 Thread Keith C. Ivey
Jack Tumlin wrote: Did your clients stop using the proxy server to get around the problem or did you come up with a fix? If the problem is related to a proxy server then nothing you do with META tags is likely to help, because proxy servers generally don't look inside HTML documents for