{"id":1978,"date":"2021-04-10T12:45:48","date_gmt":"2021-04-10T17:45:48","guid":{"rendered":"https:\/\/meloware.com\/?page_id=1978"},"modified":"2021-04-11T15:35:27","modified_gmt":"2021-04-11T20:35:27","slug":"ajax-test","status":"publish","type":"page","link":"https:\/\/meloware.com\/index.php\/ajax-test\/","title":{"rendered":"Ajax test"},"content":{"rendered":"\n<div id=\"demo\">\n\n<h1>The XMLHttpRequest Object<\/h1>\n\nxxx\n<\/div>\n\n<script>\n\n\nwindow.onload=loadDoc('\/ajax\/pdo-test2.php', myFunction);\n\nfunction loadDoc(url, cFunction) {\n  var xhttp;\n  xhttp=new XMLHttpRequest();\n  xhttp.onreadystatechange = function() {\n    if (this.readyState == 4 && this.status == 200) {\n      cFunction(this);\n    }\n  };\n  xhttp.open(\"GET\", url, true);\n  xhttp.send();\n}\nfunction myFunction(xhttp) {\n  document.getElementById(\"demo\").innerHTML =\n  xhttp.responseText;\n}\n<\/script>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>The XMLHttpRequest Object xxx<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-1978","page","type-page","status-publish","hentry"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/meloware.com\/index.php\/wp-json\/wp\/v2\/pages\/1978","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/meloware.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/meloware.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/meloware.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/meloware.com\/index.php\/wp-json\/wp\/v2\/comments?post=1978"}],"version-history":[{"count":9,"href":"https:\/\/meloware.com\/index.php\/wp-json\/wp\/v2\/pages\/1978\/revisions"}],"predecessor-version":[{"id":2009,"href":"https:\/\/meloware.com\/index.php\/wp-json\/wp\/v2\/pages\/1978\/revisions\/2009"}],"wp:attachment":[{"href":"https:\/\/meloware.com\/index.php\/wp-json\/wp\/v2\/media?parent=1978"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}