Hi again,

Things have changed a little. Now I am reading in an external file and then 
looping throught the list and sending each file to a CFEXECUTE for further 
processing. I want to have a gif displayed saying "work in progress" while the 
CFEXECUTE is running and then when it done have that image replaced with 
"done". I can't seem to get it to work. Maybe DIV tags are not what I should be 
using. Is there another way of doing this. Note, that the page does not ger 
refreshed. Everything gets display on the same template. This is what I have so 
far.

<cfloop query="mylist">

<div id="work" style="inline"><img src="ip.gif" alt=""></div>

<cfflush>

<cfexecute...

<div id="done" style="inline"><img src="done.gif" alt=""></div>

</cfloop>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:15:1041
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/15
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:15
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to