<script language="javascript">
                function startWaiting()
                {
                        page.style.display='none';
                        waiting.style.display='block';
                }
                </script>

                <body onbeforeunload="startWaiting()">

                <div id=waiting
style="display:none;width:100%;height:100%;position:absolute;">
                        <table width="100%" height="100%" border=0>
                        <tr>
                                <td align=center>
                                        <img
src="images/pleasewait.gif">
                                </td>
                        </tr>
                        </table>
                </div>  

                <div id=page style="display : block">
                        Insert normal page content here
                </div>


Steve

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: 20 December 2001 08:16
> To: CF-Talk
> Subject: Re: "Form Processing" Page
> 
> 
> I'm pretty new to CF, but can't you use cfflush to output bits of html
> before and during the processing?
> 
> chris
> 
> on 12/20/01 7:54 AM, Alex at [EMAIL PROTECTED] wrote:
> 
> > put it in a frame. have the top say waiting or background 
> color change or
> > image ; have the bottom process your form. In your bottomm 
> have onload
> > kill the top.
> 
______________________________________________________________________
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to