Rather than set up an entire page for a please wait, I just change the
submit button name as in:
<INPUT TYPE="Button" VALUE="Continue" onClick="if(this.value ==
'Continue') this.form.submit(); this.value = 'Please Wait.';">
hth,
larry
--
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]
Chaos, panic, and disorder - my work here is done.
--
sebastian palmigiani wrote:
>
> Has anyone figured out how to show a 'please wait page' when uploading a
> file without using CF 5 progress meter? The file does not transfer when
> using an intermediate page. I ended up using:
>
> <INPUT TYPE="Submit" NAME="Submit" VALUE="Submit Form"
> onClick="if(this.value == 'Submit Form') this.form.submit(); this.value =
> 'Please Wait. . .';">
>
> Sebastian
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists