<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]