Categories | Question details Back To List | ||
DHX Tabbar: I want to see the AJAX response when tabbar is loaded Hi there, I want to see the AJAX response when tabbar is loaded, How to see it as I want to redirect it to different page according to the response. Answer posted by Support on Oct 07, 2008 08:22 tabbar.setOnLoadingEnd(function(){ alert(tabbar.XMLLoader.xmlDoc.responseText); }); |