Ok well from the last post I got an idea to use the try catch to throw an alert box up with the error message. When the alert box pops up lets me know exactly when my inline javascript is firing and as I kind of expected, the content drawn on the screen stacked down the page. Which means that the divs that get applied to the content to give it the tabbed interface haven't been applied yet. Meaning the object id my inline JS is looking for doesn't exist yet until after the screen redraws itself and the tabs are displayed.
So now I need to know if there is some event that fires off to let you know the tab creation on screen has completed. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:327832 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

