Hi Ray I'm not sure how I would re-write the JS I have in the format your suggesting (my JS was posted in an earlier email). However, I switched and used <cfsprydataset> instead of working directory with spry, and the page now works inside a tab.
I'm certain that not being able to write my own Spry JS in that page is going to come back to haunt me, but I'll go with <cfsprydataset> for now and see what happens. Thanks for your help. -----Original Message----- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: Thursday, November 29, 2007 9:15 AM To: CF-Talk Subject: Re: CFLayout and Spry One of the requirements for content loaded into CF Ajax containers (like tabs, pods, windows) is that all JS be written in this form: var goo = function(a,b) { ... } and NOT function goo() I never checked before, but it looks like Spry's library use the right format, but you might want to double check your code. On Nov 28, 2007 8:25 PM, Steve Milburn <[EMAIL PROTECTED]> wrote: > Hi all > > > > I'm using a tabbed cflayout. The source for a particular tab points to a > page that uses spry. When viewed on its own, the spry page works fine, but > it does not work in the cflayout. Apparently there are issues with using > spry and cflayout like this. Has anyone successfully implemented such a > scenario that could offer any pointers? > > > > Thanks > > Steve > > > --- > --- > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Check out the new features and enhancements in the latest product release - download the "What's New PDF" now http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293978 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

