Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Saurabh Malviya on Oct 03, 2008 02:50
open dhtmlx forum
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
Answer posted by Support on Oct 03, 2008 03:14
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.