|
|
Home /
Groups /
ColdFusion Talk (CF-Talk)
ColdFusion & Intermediate Page
Hi All,Srimanta 10/13/02 04:48 A Off the top of my head...Matt Liotta 10/13/02 05:03 A or you can use CFFLUSH, a new tag with CFMXMichael Corbridge 10/14/02 08:21 A CFFLUSH was in CF5 as well.Raymond Camden 10/14/02 08:27 A
Author: Srimanta
Hi All, Can someone please advise as to how to implement an intermediate page in Cold Fusion that says something like " Please Wait.. Results/ Page Loading" when a large query is executing ? Thanks Srimanta
Author: Matt Liotta
Off the top of my head... Assume existing template is named largeQuery.cfm. <cfparam name="url.step" default="1"> <cfif url.step eq 1> <cfoutput> <html> <head><script>window.location = '?step=2';</script></head> <body><h1>Please wait...</h1></body> </html> </cfoutput> <cfelseif url.step eq 2> <cfinclude template="largeQuery.cfm"> </cfif> Matt Liotta President & CEO Montara Software, Inc. http://www.montarasoftware.com/ 888-408-0900 x901 in
Author: Michael Corbridge
or you can use CFFLUSH, a new tag with CFMX Hi All, Can someone please advise as to how to implement an intermediate page in Cold Fusion that says something like " Please Wait.. Results/ Page Loading" when a large query is executing ? Thanks Srimanta
Author: Raymond Camden
CFFLUSH was in CF5 as well. ======================================================================= Raymond Camden, ColdFusion Jedi Master for Hire Email : jedimaster@macromedia.com WWW : www.camdenfamily.com/morpheus Yahoo IM : morpheus "My ally is the Force, and a powerful ally it is." - Yoda
|
Mailing Lists
|
Latest Fusion Authority Articles
|
||||||