>I know this hack, I was wondering if there is a way to customize it through >code. > > >>You can replace the loading.gif image in >>cfide/scripts/ajax/resources/cf/images with any image you like. >> >> >>>
Asim, If you want to change the default CF "loading" HTML (including the loading.gif icon), just add the following to your page after the <head> tag, replacing the HTML values with whatever you want: <script type="text/javascript"> // Change cf's AJAX "loading" HTML _cf_loadingtexthtml="<div><img src='/CFIDE/scripts/ajax/resources/cf/images/loading.gif'/>"; </script> -Eric Pfleckl ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:300436 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

