Update test.html

This commit is contained in:
vkservicesllc
2018-11-06 19:37:28 -05:00
committed by GitHub
parent 118fa7cc7c
commit 4492f02815

View File

@@ -17,7 +17,7 @@
<div id="output"></div> <div id="output"></div>
<script> <script>
function displayInfo() { function displayInfo() {
console.log('function is running...'); alert('function is running...');
var xhttp = new XMLHttpRequest(); var xhttp = new XMLHttpRequest();
xhttp.onreadystatechange = funtion() { xhttp.onreadystatechange = funtion() {
if (this.readyState == 4 && this.status == 200) { if (this.readyState == 4 && this.status == 200) {