{"id":163,"date":"2021-08-24T13:39:17","date_gmt":"2021-08-24T04:39:17","guid":{"rendered":"https:\/\/javascript.auctionpro.co.kr\/?page_id=163"},"modified":"2021-08-24T13:39:19","modified_gmt":"2021-08-24T04:39:19","slug":"activexobjectmsxml2-xmlhttp-3-0-%ec%82%ac%ec%9a%a9%eb%ac%b8%ec%a0%9c","status":"publish","type":"page","link":"https:\/\/javascript.auctionpro.co.kr\/?page_id=163","title":{"rendered":"ActiveXObject(&#8220;Msxml2.XMLHTTP.3.0&#8221;) \uc0ac\uc6a9\ubb38\uc81c"},"content":{"rendered":"\n<h3 class=\"wp-block-heading\">Remark :  MS\uc5d0\uc11c \uc81c\uacf5\ud558\ub294 Msxml2.XMLHTTP.3.0 \ub294  Client Script \uc774\uae30 \ub54c\ubb38\uc5d0 Explorer \uc5d0\uc11c\ub9cc  \uc2e4\ud589\ub41c\ub2e4.<\/h3>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"lang:js decode:true \">&lt;!DOCTYPE html&gt;\n&lt;html lang=\"ko\"&gt;\n&lt;meta charset=\"utf-8\"&gt; \n&lt;head&gt;\n\n&lt;script src=\"https:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/3.5.1\/jquery.min.js\"&gt;&lt;\/script&gt;\n&lt;script&gt;\n \nfunction getXMLHttpRequest() { \n\tif (window.ActiveXObject) { \n\ttry { \n\t\treturn new ActiveXObject(\"Msxml2.XMLHTTP.3.0\"); \n\t\t} catch(e) { \n\t\t\ttry { \n\t\t\t\treturn new ActiveXObject(\"Msxml2.XMLHTTP\"); \n\t\t\t} catch(e1) { \n\t\t\t\treturn null; \n\t\t\t\t} \n\t\t\t} \n\t} else if (window.XMLHttpRequest) { \n\t\treturn new XMLHttpRequest(); \n\t} else { \n\t\treturn null; \n\t} \n}\n\nfunction load() { \n\thttpRequest = getXMLHttpRequest(); \n\thttpRequest.onreadystatechange = viewMessage; \n\thttpRequest.open(\"POST\",\"http:\/\/www.test\/WebService.asmx\/DataTrans\/\", true); \n\thttpRequest.setRequestHeader(\"X-Requested-With\", \"XMLHttpRequest\");\n\thttpRequest.setRequestHeader(\"Content-Type\", \"application\/x-www-form-urlencoded\");\n\thttpRequest.send(\"IDX=15&amp;Origin=OZ\"); \n\t} \n\t\nfunction viewMessage() { \n\tif (httpRequest.readyState == 4) { \n\t\tif (httpRequest.status == 200) { \n\t\t\talert(httpRequest.responseText); \n\t\t} else { \n\t\t\talert(\"\uc2e4\ud328: \"+httpRequest.status); \n\t\t} \n\t} \n}\n\n\n&lt;\/script&gt;\n\n&lt;\/head&gt;\n\n&lt;body&gt;\n \n &lt;button onclick=\"load();\"&gt; Check  &lt;\/button&gt;\n\n&lt;\/body&gt;\n&lt;\/html&gt;<\/pre><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Explorer \uc5d0\uc11c \uc2e4\ud589<\/h3>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"685\" height=\"315\" src=\"https:\/\/javascript.auctionpro.co.kr\/wp-content\/uploads\/2021\/08\/Msxml2.jpg\" alt=\"\" class=\"wp-image-160\" srcset=\"https:\/\/javascript.auctionpro.co.kr\/wp-content\/uploads\/2021\/08\/Msxml2.jpg 685w, https:\/\/javascript.auctionpro.co.kr\/wp-content\/uploads\/2021\/08\/Msxml2-300x138.jpg 300w\" sizes=\"auto, (max-width: 685px) 100vw, 685px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">\ud06c\ub86c\uc5d0\uc11c \uc2e4\ud589<\/h3>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"546\" height=\"262\" src=\"https:\/\/javascript.auctionpro.co.kr\/wp-content\/uploads\/2021\/08\/Msxml2_chrome.jpg\" alt=\"\" class=\"wp-image-161\" srcset=\"https:\/\/javascript.auctionpro.co.kr\/wp-content\/uploads\/2021\/08\/Msxml2_chrome.jpg 546w, https:\/\/javascript.auctionpro.co.kr\/wp-content\/uploads\/2021\/08\/Msxml2_chrome-300x144.jpg 300w\" sizes=\"auto, (max-width: 546px) 100vw, 546px\" \/><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>Remark : MS\uc5d0\uc11c \uc81c\uacf5\ud558\ub294 Msxml2.XMLHTTP.3.0 \ub294 Client Script \uc774\uae30 \ub54c\ubb38\uc5d0 Explorer \uc5d0\uc11c\ub9cc \uc2e4\ud589\ub41c\ub2e4. Explorer \uc5d0\uc11c \uc2e4\ud589 \ud06c\ub86c\uc5d0\uc11c \uc2e4\ud589<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-163","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/javascript.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/pages\/163","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/javascript.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/javascript.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/javascript.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/javascript.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=163"}],"version-history":[{"count":1,"href":"https:\/\/javascript.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/pages\/163\/revisions"}],"predecessor-version":[{"id":164,"href":"https:\/\/javascript.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/pages\/163\/revisions\/164"}],"wp:attachment":[{"href":"https:\/\/javascript.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=163"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}