Aaron Cronje

Aaron Cronje

  • NA
  • 256
  • 262.2k

XMLHTTP Request

Nov 23 2011 12:02 PM
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)