hi matt, the coldfusion.naviagte function takes a paramater where you can post and pass the tab name that you wish to post to. I think Ray did a good example a while back.
It is documented in the docs, sorry I cant check at the moment I'm in the car stuck in traffic using my phone lol. Thanks Jose Diaz On Mon, Mar 9, 2009 at 5:27 PM, Matthew Allen <[email protected]> wrote: > > Hi, > > This is my first ever foray into ajax in CF. If I have a set up as below; > > <cflayoutarea position="center" name="center"> > <a href=##" onclick=ColdFusion.navigate('page.cfm?id=#id#')>nav 1</a> > </cflayoutarea> > <cflayoutarea position="center" name="center"> > <cflayoutarea title="TAB1" name="feedTabOne" overflow="hidden" /> > <cflayoutarea title="TAB2" name="feedTabOne" overflow="hidden" /> > </cflayoutarea> > > What do I do to make TAB2 opens when I click on the link, at the moment > TAB2 does not open until I click on the TAB2 tab. > > Thanks, > > Matt > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:320300 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

