|
Mailing Lists
|
Home /
Groups /
ColdFusion Talk (CF-Talk)
ColdFusion & Intermediate Page
Author: Raymond Camden
Short Link: http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:17630#90113
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
----- Excess quoted text cut - see Original Post for more -----
Author: Michael Corbridge
Short Link: http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:17630#90112
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: Matt Liotta
Short Link: http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:17630#90058
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
> Hi All,
>
> Can someone please advise as to how to implement an intermediate page
in
----- Excess quoted text cut - see Original Post for more -----
Author: Srimanta
Short Link: http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:17630#90057
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
|
May 24, 2012
|
Latest Fusion Authority Articles
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||