网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

哪些不是XMLHttpRequest对象的常用属性?()

  • A、status、responseText
  • B、readyState、responseXML
  • C、onreadystatechange
  • D、setStatus、getWriter

参考答案

更多 “哪些不是XMLHttpRequest对象的常用属性?()A、status、responseTextB、readyState、responseXMLC、onreadystatechangeD、setStatus、getWriter” 相关考题
考题 XMLHttpRequest对象的readyState属性值为()时,代表请求成功数据接收完毕。 A.0B.1C.2D.3E.4

考题 以下是Ajax的XMLHttpRequest对象属性的有()。 A.onreadystatechangeB.abortC.responseTextD.status

考题 下面()不是XMLHttpRequest对象的方法。 A.open()B.send()C.readStateD.responseText

考题 下面Ajax代码中,存在哪些错误()。 A.var url=operate=doCheckUserExistsuname=+uname;B.xmlHttpRequest=createXmlHttpRequest();C.xmlHttpRequest.onreadystatechange=haoLeJiaoWo;D.xmlHttpRequest.open(POST,url,false);

考题 当XMLHttpRequest对象的状态发生改变时调用callBackMethod函数,下列正确的是()。A、xmlHttpRequest.callBackMethod=onreadystatechange;B、xmlHttpRequest. onreadystatechange(callBackMethod);C、xmlHttpRequest. onreadystatechange(new function(){callBackMethod });D、xmlHttpRequest. onreadystatechange= callBackMethod;

考题 下面()不是XmlHttpRequest对象的方法名。 A、opentB、sendC、readyStateD、responseText

考题 ASP.NET提供了哪些内置对象,并分别列举每种对象的常用属性或方法(至少列举5个)。

考题 Ajax的关键元素包括()。A、JavaScriptB、DOM文档对象C、CSS样式表D、XMLHttpRequest对象

考题 以下是Ajax的XMLHttpRequest对象属性的有()。A、onreadystatechangeB、abortC、responseTextD、status

考题 下面Ajax代码中,存在哪些错误()。A、var url="operate=doCheckUserExistsuname="+uname;B、xmlHttpRequest=createXmlHttpRequest();C、xmlHttpRequest.onreadystatechange=haoLeJiaoWo;D、xmlHttpRequest.open("POST",url,false);

考题 XMLHttpRequest对象的status属性表示当前请求的http状态码,其中()表示正确返回。A、200B、300C、500D、404

考题 当XMLHttpRequest 对象的状态发生改变时调用yourCallback 函数,下列选项中正确的是()。 A、xmlHttpRequest. myCallback = onreadystatechange;B、xmlHttpRequest.onreadystatechange (myCallback);C、xmlHttpRequest.onreadystatechange (new function(){myCallback });D、xmlHttpRequest.onreadystatechange = myCallback;

考题 在Ajax中,下列哪个函数指定XMLHttpRequest 对象的回调函数?() A、 onreadystatechange ()B、 readyState()C、 redirectHttp()D、 XMLHttpRequest ()

考题 AJAX中,XMLHttpRequest对象的readyState属性值为()表示数据接受完毕。A、1B、4C、2D、3

考题 AJAX中XMLHttpRequest对象的status的属性为()时,表示响应成功A、404B、200C、500D、0

考题 XMLHttpRequest对象用于在后台与服务器交换数据。()

考题 创建XMLHttpRequest对象的语法正确的是()。A、var xmlHttp = test XMLHttpRequest();B、var xmlHttp = XMLHttpRequest();C、以上都不正确D、var xmlHttp = new XMLHttpRequest();

考题 支持XMLHttpRequest对象的浏览器都有哪些?()A、IE6B、FirefoxC、chromeD、Safari

考题 单选题在Ajax中,下列哪个函数指定XMLHttpRequest 对象的回调函数?()A  onreadystatechange ()B  readyState()C  redirectHttp()D  XMLHttpRequest ()

考题 单选题AJAX中,XMLHttpRequest对象的readyState属性值为()表示数据接受完毕。A 1B 4C 2D 3

考题 单选题创建XMLHttpRequest对象的语法正确的是()。A var xmlHttp = test XMLHttpRequest();B var xmlHttp = XMLHttpRequest();C 以上都不正确D var xmlHttp = new XMLHttpRequest();

考题 多选题下面()不是XmlHttpRequest对象的方法名。AopentBsendCreadyStateDresponseText

考题 多选题下面()不是XMLHttpRequest对象的方法。Aopen()Bsend()CreadStateDresponseText

考题 单选题XMLHttpRequest对象的readyState属性值为()时,代表请求成功数据接收完毕。A 0B 1C 2D 3E 4

考题 单选题AJAX中XMLHttpRequest对象的status的属性为()时,表示响应成功A 404B 200C 500D 0

考题 单选题XMLHttpRequest对象的status属性表示当前请求的http状态码,其中()表示正确返回。A 200B 300C 500D 404

考题 问答题ASP.NET提供了哪些内置对象,并分别列举每种对象的常用属性或方法(至少列举5个)。