Мой профиль...

Search This Blog

Showing posts with label JS. Show all posts
Showing posts with label JS. Show all posts

Wednesday, July 1, 2009

Кроссбраузерный XMLHttpRequest

if (!window.XMLHttpRequest) {
var XMLHttpRequest = function() {
return new ActiveXObject('Msxml2.XMLHTTP');
};
}

Релевантные посты...

Related Posts with Thumbnails