Never mind -- I found the answer by looking at ajaxCFC:
window.onload=onInit;
Now it works fine without the body onLoad...
- Sung
--- In cfajax@yahoogroups.com, "Sung" <sjwoo@...> wrote:
>
> Is it possible to run CFAJAX without calling Init() through body
> onLoad? I don't want to be calling Init() on every single page of my
> site, since the body tag is in the header portion of my template.
> Thank you...
>