Ask a Question related to Coldfusion - Getting Started, Design and Development.
-
jjsand28 #1
Is it possible yo flush data while using a cflocation
I have a page that takes time to load (spam filter) so I want to tell the user
that something is happening but the very end of the page has a cflocation.
Since I can't use cfflush with anything that alters the header is this
possible or should I find a way to rewrite the page without the cflocation.
I saw a demo for java that went something like this notation
script language javascript(document.write(meta redirect header)
wouls that work or is that the same thing as Cf header altering
jjsand28 Guest
-
CFlocation.
I?m interested to know whether it?s good practice to write long CF coded pages or segment CF code into several different CF pages and use cflocation... -
Is it possible to flush data while using acflocation
yeah I know it won't work with JS turned off. I just don't wan to rewrite the page to get rid of the cflocation. -
cflocation
Does anyone know a way to use cflocation to load a page into a specific target within a frameset? I am working with multiple framesets and I am... -
Flush right type not flush
With Illustrator CS in Win XP, my flush right lines of type are not cleanly aligned on the right (using Gill Sans postscript typeface, but it doesn't... -
Flush Right Type ISN'T FLUSH !!!
Something about ai CS is making me feel like it's still in beta ... I'm designing a small CD-ROM package, and I typed a couple of lines of text,... -
SafariTECH #2
Re: Is it possible to flush data while using acflocation
since CF is linear in its processing, you can just place a "window.location" js
call at the very end of the page ... it won't run until the page finishes
processing.
This way you can use CFFLUSH
I've done that a few times ... the problem is that if your user does not have
JS it won't work.
SafariTECH Guest



Reply With Quote

