Re: How can you get the latest version of a page.

2002-10-18 Thread Randell B Adkins
Use CFFILE to obtain the properties of the given page and use the DateLastModified. This will give you atleast the date it was last updated. [EMAIL PROTECTED] 10/18/02 08:18AM ** WESTMINSTER CITY COUNCIL Please refer to the

RE: How can you get the latest version of a page.

2002-10-18 Thread Mosh Teitelbaum
I'm assuming you mean that you are accessing the CFM via your web browser? If so, then you can usually perform a hard refresh to force the browser to get the latest version of the page from the server instead of its cache. In IE, hitting F5 should do it. In Netscape, hold down the shift button

Re: How can you get the latest version of a page.

2002-10-18 Thread Dick Applebaum
I started this thread, and maybe I should end it. I posted it here, because I thought it applied to individual CF developers -- whether part of a large organizations or one-person shops. I also thought , that because of the members of the CF-Talk list, it would get better/faster response

Re: How can you get the latest version of a page.

2002-10-18 Thread Zac Spitzer
Adams, Stephen wrote: Hi all, How can I get the latest version of a CF page. I am opening a page in a popup window and I want the latest version, not the one stored in the cache, I'm not sure how to do this can anyone give me any pointers. CFHEADER NAME=cache-control