I am looking at replacing some pages in am old app with some AJAX stuff but
am having trouble finding exactly what I am looking for. 
 
I want to bind a cfdiv to the results of a cfc such as this...
 
<cfdiv bind="url:bind_get_art.cfm?artistID={artistID}"></cfdiv>


but every example I find is using a cfform element to determine the variable
in the bind.  
How can I accomplish this from a link on the page instead of a cfform?  So
user clicks a link and the div gets bound to the results of the url (or even
better, a cfc function call)
Thanks.  
Mark

-- 
You received this message because you are subscribed to the "Houston ColdFusion 
Users' Group" discussion list.
To unsubscribe, send email to [email protected]
For more options, visit http://groups.google.com/group/houcfug?hl=en

Reply via email to