Custom tags process on the server, not the client. You can have a custom tag that processes once the page has completed processing (and I believe sending the data to the client), which is putting it in the onRequestEnd as suggested.
If you need something that runs client side, consider javascript or java applet... -----Original Message----- From: Protoculture [mailto:[EMAIL PROTECTED] Sent: Friday, June 03, 2005 11:31 AM To: CF-Talk Subject: Re: delay processing a custom tag Hold on actually, no it's not exactly what I wanted. I need the custom tag to be embedded in the html but only process at the end of the page load. Is that clear? > Why not use onRequestEnd.cfm (if before cfmx7) or onRequestEnd() (if > using cfmx7). > > On 6/3/05, Protoculture <[EMAIL PROTECTED]> wrote: > > I want to call a custom tag, but at the end of the page processing, > not in sequencial order. Can this be done? > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:4:208532 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

