But this doesn't always correctly update the page's DOM, right? When we were testing this, I think IE (mac or pc, I forget) had some issues with inserting an entire branch of information into a single container without acutally creating the page elements using JS.
I also don't remember the context in which it didn't work for us. It may have been related to dynamically creating a form for later submission. If you are only outputting data, this will probably work cross-browser. I guess one could determine this by viewing the DOM viewer that comes with FF's and IE's web developer toolbars. M!ke On 10/15/05, Munson, Jacob <[EMAIL PROTECTED]> wrote: > Michael, > > I don't use much JS to do something with the cfajax results. I > preformat all the data in the CF function by stuffing HTML into the > variable that gets returned. Then I just use a simple function to > stuff all the HTML and data into a div or something: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:221114 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

