Thanks Steve...

I think that's got it

-- 
Scott Stewart
ColdFusion Developer
 
SSTWebworks
4405 Oakshyre Way
Raleigh, NC. 27616
(919) 874-6229 (home)
(703) 220-2835 (cell)

-----Original Message-----
From: Cutter (CFRelated) [mailto:[EMAIL PROTECTED] 
Sent: Thursday, April 03, 2008 11:12 AM
To: CF-Talk
Subject: Re: CFDiv questions

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, 
> 
>  
> 
> I’ve 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:302613
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to