I have that exact code in an application that you can download.  It is
called parseDog.
It parses cold fusion applications and looks for pathing and
case-sensitivity issues.  While it is parsing through an app, it 
displays a
red bar that extends until it is done.  This is done using layers.  
Your
welcome to download the code and use what you wish it is free and open
source.

http://aloha-webdesign.com/

John


-----Original Message-----
From: Steve Martin [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 21, 2001 2:43 AM
To: CF-Talk
Subject: RE: "Form Processing" Page


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

______________________________________________________________________
Get Your Own Dedicated Windows 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=coldfusionb
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