No-caching on what? The cfquery? Meta? -----Original Message----- From: Charlie Griefer [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 13, 2006 6:49 PM To: CF-Community Subject: Re: JS history.go
to expand on that, 'history' is just that. it pulls from the browser's history (cache). did you try the no-caching options? On 9/13/06, Coldfusion <[EMAIL PROTECTED]> wrote: > If you are uploading a document or any update and want to show the new > file, why not just use the button To go to the page itself rather than > using the history. History is just that Previous data. Not new data. > > -----Original Message----- > From: SMR [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 13, 2006 6:37 PM > To: CF-Community > Subject: RE: JS history.go > > Yeah but it doesn't refresh when I go back.. Documents just uploaded > don't show up in the list unless I hit the IE refresh button.. > > -----Original Message----- > From: Robert Munn [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 13, 2006 6:11 PM > To: CF-Community > Subject: Re: JS history.go > > the challenge with refreshing the page is getting the browser to > expire the previous page. Have you tried using a META tag to mark the content expired? > Something like this: > > <*META* HTTP-EQUIV="*expires*" CONTENT="#now()#"> > > On 9/13/06, SMR <[EMAIL PROTECTED]> wrote: > > > > anyone know how I can use the javascript history.go(-1) as a back > > button but have javascript refresh the page that you are going back > > to with 1 click ? > > > > TIA > > > > -- > > No virus found in this outgoing message. > > Checked by AVG Free Edition. > > Version: 7.1.405 / Virus Database: 268.12.3/447 - Release Date: > > 9/13/2006 > > > > > > > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Community/message.cfm/messageid:215370 Subscription: http://www.houseoffusion.com/groups/CF-Community/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.5
