Thursday, April 7, 2011

Ajax Browser Compatibility


Ajax is having Cross Browser compatibility issue. We need to use different objects for different browsers. For IE 5 and IE 6 we need to use ActiveXObject. For IE7+ and Gecco browsers we need to use XMLHttpRequest.

No comments:

Post a Comment