tabbar.setOnTabContentLoaded doesnt works in IE6&IE7

tabbar.setOnTabContentLoaded(function(id){

alert(“Doesnt works in IE6 &IE7”);

});

Its working fine in mozilla butjust doesnt goes inside this in IE6 &7

Please be sure that you are loading page by http like url. When page loaded directly from filesystem ( c:/some.html ) the IE can use sync. loading instead of async. Which can change order of inner events and block necessary event.