this isn't the actual code i'm working with as that is far to big to post here. This is a very simplified version of what i am trying to accomplish. This code throws the same error when i look in the firebug console.
"Coldfusion is not defined onclick(click clientX=0, clientY=0)" here is a code example. <cfoutput> <cfajaximport tags="cflayout-tab"> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> <title>AJAX Test</title> </head> <body> <cfoutput> <cflayout name="mytabs" type="tab"> <cflayoutarea title="First Tab" name="tab1"> <h4>Some Content here...</h4> </cflayoutarea> <cflayoutarea title="Second Tab" name="tab2"> <h4>Some Content here...</h4> </cflayoutarea> </cflayout> <a href="##" onClick="Coldfusion.Layout.selectTab('mytabs', 'tab2'); return false;">Select Tab 2</a> </cfoutput> </body> </html> </cfoutput> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303209 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

