1
Reply

XMLHTTP Request

Ask a question
Aaron Cronje

Aaron Cronje

12y
1.1k
1
Hi

    I am working in AJAX and use a DropDownList at this time i face probleam in  XMLHTTP Request. Define XMLHTTP  request and use ?

xmlHttp = getXMLHTTP();  if (xmlHttp)  {              xmlHttp.onreadystatechange = doReadyStateChange;              xmlHttp.open("GET", requestUrl, true);              xmlHttp.send();
}



Answers (1)
Next Recommended Forum