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

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

下面()不是XmlHttpRequest对象的方法名。 

  • A、opent
  • B、send
  • C、readyState
  • D、responseText

参考答案

更多 “下面()不是XmlHttpRequest对象的方法名。 A、opentB、sendC、readyStateD、responseText” 相关考题
考题 以下是Ajax的XMLHttpRequest对象属性的有()。 A.onreadystatechangeB.abortC.responseTextD.status

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

考题 下面()不是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);

考题 在Visual Basic中,对象方法的调用格式为______。A.[对象名].方法名[参数名表]B.[对象名]:方法名[参数名表]C.[方法名].对象名[参数名表]D.[方法名]:对象名[参数名表]

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

考题 XMLHttpRequest对象有几个返回状态值?()A、3B、4C、5D、6

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

考题 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 对象的状态发生改变时调用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 ()

考题 XMLHttpRequest对象的readyState有几个返回状态值?()A、3B、4C、5D、6

考题 哪些不是XMLHttpRequest对象的常用属性?()A、status、responseTextB、readyState、responseXMLC、onreadystatechangeD、setStatus、getWriter

考题 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();

考题 所有现代浏览器(IE7+、Firefox、Chrome、Safari以及Opera)均内建XMLHttpRequest对象。()

考题 AJAX中XMLHttpRequest对象有()个状态值。A、6B、5C、4D、3

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

考题 单选题XMLHttpRequest对象的readyState有几个返回状态值?()A 3B 4C 5D 6

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

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

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

考题 单选题AJAX中XMLHttpRequest对象有()个状态值。A 6B 5C 4D 3

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