-
Galileo Computing :: JavaScript und AJAX – 18.2 AJAX-Technik
-
AJAX <script type="text/javascript"><!-- var http = null; if (window.XMLHttpRequest) { http = new XMLHttpRequest(); } else if (window.ActiveXObject) { http = new ActiveXObject("Microsoft.XMLHTTP"); } if (http != null) { http.open("GET", "datei.html", true); http.onreadystatechange = ausgeben; http.send(null); } function ausgeben() { if (http.readyState == 4) { document.getElementById("Ausgabe").innerHTML = http.responseText; } } //--></script> HTML vom Server:
-
1 - 2 of 2
Showing 20▼ items per page
List Comments
(0)
List Info
Sponsored Links
Ads by Google
