Thanks, Dave!

Your code works PERFECTLY!!!!

Peter Bagnato


-----Original Message-----
From: Dave Babbitt [mailto:[EMAIL PROTECTED]] 
Sent: Saturday, December 14, 2002 11:51 AM
To: CF-Talk
Subject: RE: Page is Loading message...
Importance: High


        <body>
                <!--- Your header here --->
                <cfflush>
                <table
                        border="0"
                        cellpadding="0"
                        cellspacing="0"
                        id="PleaseWaitMessage"
                        width="100%"
                ><tr><td
                        align="center"
                        valign="bottom"
                ><span
                        style="font-size: 17px; font-family:
verdana,arial,helvetica,sans-serif;
font-weight: 400;"
                ><b>
                        <br />
                        <br />
                        Processing #Variables.PageTitle#
                        <!--- Paypal's animated gif, for instance...
--->
                        <img
                                align="baseline"
                                border="0"
                                height="12"
        
src="http://www.paypal.com/images/period_ani.gif";
                                width="20"
                        />
                </b></span></td></tr></table>
                <cfflush>
                <!--- All the stuff that takes a long to process here
--->
                <script type="text/jscript">
        
document.all.PleaseWaitMessage.style.display='none';
                </script>
                <!--- Your footer here --->
        </body>

-----Original Message-----
[snip]

I have several CF templates that take quite some time to process.

Can someone tell me how I can include an animated gif to display 'Page
is loading' while the template is being processed so that the page
visitors don't have to stare at a blank screen while it is being
processed?

[]snip]

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Reply via email to