对于下面程序段,不正确的说法是()。 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(); }
对于下面程序段,不正确的说法是()。 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: 以上都不对
在chrome浏览器上创建XMLHttpRequest对象的方法是()。 A: var xmlHttp=new ActiveXObject("Msxml2.XMLHTTP"); B: var xmlHttp=new XMLHttpRequest(); C: var xmlHttp=new ActiveXObject(" Microsoft. XMLHTTP"); D: 以上都不对
以下哪个不是AJax的技术基础? A: JAVA B: XML C: CSS D: XMLHttp
以下哪个不是AJax的技术基础? A: JAVA B: XML C: CSS D: XMLHttp
【单选题】-- Where should I send my form? -- The Personnel office is the place___. A. for sending it B. to send it to C. to send D. to send it
【单选题】-- Where should I send my form? -- The Personnel office is the place___. A. for sending it B. to send it to C. to send D. to send it
Don’t worry. I’ll have it _____ and get someone _____ it to you tomorrow. A: typed; send B: to type; to send C: type; send D: typed; to send
Don’t worry. I’ll have it _____ and get someone _____ it to you tomorrow. A: typed; send B: to type; to send C: type; send D: typed; to send
The rhythm of Chen tai Chi is (). A: Slow to store and slow to send B: Fast to store and slow to send C: Slow to store and fast to send D: Fast to store and fast to send
The rhythm of Chen tai Chi is (). A: Slow to store and slow to send B: Fast to store and slow to send C: Slow to store and fast to send D: Fast to store and fast to send
Shipping agents will _________the goods to be shipped.? arrange for|send|send for|arrange
Shipping agents will _________the goods to be shipped.? arrange for|send|send for|arrange
I ____ you the book as soon as possible, I promise you. A: would send B: will send C: sent D: send
I ____ you the book as soon as possible, I promise you. A: would send B: will send C: sent D: send
How to send a message? A: type the message→tap Send→type a phone number B: type a phone number→type the message→tap Send C: tap Send→type a phone number→type the message D: type a phone number→tap Send→type the message
How to send a message? A: type the message→tap Send→type a phone number B: type a phone number→type the message→tap Send C: tap Send→type a phone number→type the message D: type a phone number→tap Send→type the message
We are sure ______ e-mails to you. A: to send B: sending C: send
We are sure ______ e-mails to you. A: to send B: sending C: send