哪些不是XMLHttpRequest对象的常用属性?()
第1题:
A.open()
B.send()
C.readState
D.responseText
第2题:
当XMLHttpRequest对象的状态发生改变时调用callBackMethod函数,下列正确的是()。
第3题:
A.0
B.1
C.2
D.3
E.4
第4题:
以下是Ajax的XMLHttpRequest对象属性的有()。
第5题:
ASP.NET提供了哪些内置对象,并分别列举每种对象的常用属性或方法(至少列举5个)。
第6题:
A.var url="operate=doCheckUserExists&uname="+uname;
B.xmlHttpRequest=createXmlHttpRequest();
C.xmlHttpRequest.onreadystatechange=haoLeJiaoWo;
D.xmlHttpRequest.open("POST",url,false);
第7题:
下面()不是XmlHttpRequest对象的方法名。
第8题:
A.onreadystatechange
B.abort
C.responseText
D.status
第9题:
Ajax的关键元素包括()。
第10题:
下面Ajax代码中,存在哪些错误()。