Because I have two screens they can choose from, one is to upload a file and
another is to input metrics so I need a solution for both, it seemed easiest
to use the JS to go back to the menu. I can try to forward them to the page.


-----Original Message-----
From: Coldfusion [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, September 13, 2006 6:43 PM
To: CF-Community
Subject: RE: JS history.go

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:215369
Subscription: http://www.houseoffusion.com/groups/CF-Community/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5

Reply via email to