Re: JS history.go

2006-09-14 Thread G Money
Yes. In your cold fusion code, expire a cookie. In your javascript code, check to see if the cookie exists. If it DOES exist, that means the CF code was not executed on the load, and you can do an automatic javascript refresh. Then in the javascript code, set the cookie again. It's a simple hack

RE: JS history.go

2006-09-13 Thread SMR
The forwarding works fine as long as I pass all the url variables I need. -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

RE: JS history.go

2006-09-13 Thread SMR
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

RE: JS history.go

2006-09-13 Thread SMR
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

Re: JS history.go

2006-09-13 Thread Charlie Griefer
t 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: J

RE: JS history.go

2006-09-13 Thread Coldfusion
, 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,

RE: JS history.go

2006-09-13 Thread SMR
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 histo

Re: JS history.go

2006-09-13 Thread Robert Munn
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 t