0 votes
in XML by
Example of HttpRequest in XML

1 Answer

0 votes
by
var xhttp= newXML Httprequest();

1)Example one

Xhttp.onreadystatechange=function();

{ If this.readystate==4&& this.status==200)

        { Action to be performed when document is ready;

Document.getelementbyID(“Demo”)

Innerhtml=xhttp.responseText;}};

Related questions

0 votes
asked Sep 20, 2020 in XML by Robindeniel
0 votes
asked Sep 20, 2020 in XML by Robindeniel
...