网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
哪些不是XMLHttpRequest对象的常用属性?()
- A、status、responseText
- B、readyState、responseXML
- C、onreadystatechange
- D、setStatus、getWriter
参考答案
更多 “哪些不是XMLHttpRequest对象的常用属性?()A、status、responseTextB、readyState、responseXMLC、onreadystatechangeD、setStatus、getWriter” 相关考题
考题
下面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;
考题
下面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对象的语法正确的是()。A、var xmlHttp = test XMLHttpRequest();B、var xmlHttp = XMLHttpRequest();C、以上都不正确D、var xmlHttp = new XMLHttpRequest();
考题
单选题在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();
考题
问答题ASP.NET提供了哪些内置对象,并分别列举每种对象的常用属性或方法(至少列举5个)。
热门标签
最新试卷