https://www.w3schools.com/xml/tryit.asp?filename=try_dom_xmlhttprequest_header
Tryit Editor v3.6
XMLHttpRequest The getAllResponseHeaders() function returns the header information of a resource, like length, server-type, content-type, last-modified, etc: var xmlhttp = new XMLHttpRequest(); xmlhttp.onreadystatechange=function() { if (this.readyState ==
www.w3schools.com
https://www.w3schools.com/xml/dom_httprequest.asp
XML DOM - HttpRequest object
The XMLHttpRequest Object All modern browsers have a built-in XMLHttpRequest object to request data from a server. All major browsers have a built-in XML parser to access and manipulate XML. The XMLHttpRequest Object The XMLHttpRequest object can be used t
www.w3schools.com
https://www.w3schools.com/js/js_htmldom_document.asp
JavaScript DOM Document
JavaScript HTML DOM Document The HTML DOM document object is the owner of all other objects in your web page. The HTML DOM Document Object The document object represents your web page. If you want to access any element in an HTML page, you always start wit
www.w3schools.com
'IT > Script' 카테고리의 다른 글
[script] radio 동일한 이름의 배열 체크하기 (0) | 2020.01.20 |
---|---|
[script] 천단위 , 밑 기타등등 (0) | 2020.01.20 |
자동실행 onload & ready() (1) | 2012.09.07 |