Steve if that is what you wish to do then, this is what you need to do. <cfajaxproxy bind="javascript:selectchange({changevalue})">
As stated this binds a select change, but in your case you wish to do it when it succeeds or finishing loading. Then you will need to read up a bit more about this over at the docs. http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags_a-b_3.html You will see an option for onSuccess or onError. -- Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+: http://plus.google.com/108193156965451149543 On Fri, Apr 20, 2012 at 2:05 PM, Steve Onnis <st...@cfcentral.com.au> wrote: > Thanks for that though it isn’t quite what i am looking for.**** > > ** ** > > I want something that will fire when a bind process has been completed. > What you have suggested below will fire when the value of the > “selectchange” select box has been changed but it doesn’t fire when the > selectbox is initially loaded and populated by the binding process.**** > > ** ** > > Basically what i am doing is creating some custom selectbox UI’s and i > need to know when the bind has completed so i can update my custom selecbox > UI to reflect the new list of options.**** > > ** > -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaussie@googlegroups.com. To unsubscribe from this group, send email to cfaussie+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en.