> does work for both IE 5.x and 6. With that in mind, we can remove both
> the Msxml2 stuff and the check for the useragent. Agreed?

Just for kicks I took a look at what the other guys are doing:

// dojo
'Msxml2.XMLHTTP'
'Microsoft.XMLHTTP'
'Msxml2.XMLHTTP.4.0'

// yui
'MSXML2.XMLHTTP.3.0',
'MSXML2.XMLHTTP',
'Microsoft.XMLHTTP'

// atlas
'Msxml2.XMLHTTP'
'Microsoft.XMLHTTP'

// tibco
'Msxml2.XMLHTTP.3.0'
'Msxml2.XMLHTTP.4.0'

// mochikit
'Msxml2.XMLHTTP'
'Microsoft.XMLHTTP'
'Msxml2.XMLHTTP.4.0'

// moo
'Microsoft.XMLHTTP'

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to