I've herd of problems like this when using IE 5.0.  What browser are you
testing this app on?

---=@ greg @=--
----- Original Message -----
From: "Kevin Gilchrist" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, March 20, 2001 11:26 AM
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 update to the bottom frame.
> This only works for the first time a user clicks on a cell.
> Each row has a unique primary key field that I insert into the URL as
> Edit_ID.
>
> The table cell code looks like this:
>
> <td class="text"
>
onClick="top.data_pane.location.pathname='/maintenance/add_project-form.cfm?
> Edit_ID=42';">&nbsp;Test6
> </TD>
>
> I also have the following meta tags at the top of each page:
>
> <META http-equiv="expires" content="Thu, 1 October 1998 00:00:00 PST">
> <META http-equiv="pragma" content="nocache">
> <META http-equiv="cache-control" content="no-cache">
>
> Is there something I'm missing?
>
> Thanks,
> Kevin
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to