IE6中ajax的对象使用什么方式()
A: Active.XObject
B: XMLhttp.Request
C: new
D: Active.Object
A: Active.XObject
B: XMLhttp.Request
C: new
D: Active.Object
举一反三
- 下面关于Active X控件,描述错误的是() A: Active B: IE浏览器中的Active C: 网站可以使用Active D: 某些情况下,ActiveX控件应用可以用来收集和破坏用户电脑上的信息
- 对于下面程序段,不正确的说法是()。 function loadXMLDoc() { var xmlhttp; if (window.XMLHttpRequest) {// code for IE7+, Firefox, Chrome, Opera, Safari xmlhttp=new XMLHttpRequest(); } else {// code for IE6, IE5 xmlhttp=new ActiveXObject("Microsoft.XMLHTTP"); } xmlhttp.onreadystatechange=function() { if (xmlhttp.readyState==4 && xmlhttp.status==200) { document.getElementById("myDiv").innerHTML=xmlhttp.responseText; } } xmlhttp.open("GET","/ajax/test1.txt",true); xmlhttp.send(); }
- 在chrome浏览器上创建XMLHttpRequest对象的方法是()。 A: var xmlHttp=new ActiveXObject("Msxml2.XMLHTTP"); B: var xmlHttp=new XMLHttpRequest(); C: var xmlHttp=new ActiveXObject(" Microsoft. XMLHTTP"); D: 以上都不对
- This room is located in the new building. A: Active B: Passive
- 什么是Active directory?Active drectory存储哪些信息?