You have the ability, with Ajax form postings, to define a callback function, with the only argument being the result returned from the CFC function you used for you Ajax submission. Within your callback function you can programmatically assign your result to the innerHTML of the div at the bottom of the page. Just make sure that your CFC function has a returnFormat="string", and that the return is valid XHTML.
Steve "Cutter" Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer _____________________________ http://blog.cutterscrossing.com Scott Stewart wrote: > Hey all, > > > > Ive got a CFDiv question > > > > I have a form that posts data to a database, the database contents are > displayed at the bottom of the page. > > I want the bottom of the page to refresh after a form posting. > > > > Can I bind a CFDiv to a function that outputs the contents via > <cfsavecontent>? > > > > Thanks > > > > sas > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:302608 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

