There are several ways to split a page into 3 sections, but it would help to have a few more details on what you're attempting to achieve, (since I'm not familiar with how ASP.NET does SPLIT).
The simplest (server-side) splitting is just a case of putting code in different files and then using cfinclude to combine them. If you're looking at client-side stuff, you could have a look at cflayout/cfdiv/etc to see if this is what you want. Another non-cfspecific option is jQuery which has .load() and .loadJSON() functions for either loading complete pages or simply the results of a cffunction with access="remote" remoteformat="json" attributes used. I suspect one of those is what you're asking, but if not then you'll need to provide more details. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:320868 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

