{"id":966,"date":"2024-04-16T03:54:58","date_gmt":"2024-04-15T18:54:58","guid":{"rendered":"http:\/\/inwelly.com\/?p=966"},"modified":"2024-04-22T05:05:40","modified_gmt":"2024-04-21T20:05:40","slug":"javascript-post-%eb%b0%a9%ec%8b%9d%ec%9c%bc%eb%a1%9c-%ea%b0%92-%eb%84%98%ea%b8%b0%ea%b8%b0","status":"publish","type":"post","link":"https:\/\/inwelly.com\/?p=966","title":{"rendered":"JAVASCRIPT POST \ubc29\uc2dd\uc73c\ub85c \uac12 \ub118\uae30\uae30"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code> function GoModifyForm(camp_id,type1,type2)\n{\n \n    var form = document.createElement(\"form\");\n    form.setAttribute(\"charset\", \"UTF-8\");\n    form.setAttribute(\"method\", \"Post\");  \/\/Post \ubc29\uc2dd\n    form.setAttribute(\"action\", \"\/test\/test1\/test2\/modifyform\"); \/\/\uc694\uccad \ubcf4\ub0bc URL\n \n    var hiddenField = document.createElement(\"input\");\n    hiddenField.setAttribute(\"type\", \"hidden\");\n    hiddenField.setAttribute(\"name\", \"camp_id\");\n    hiddenField.setAttribute(\"value\", camp_id);\n    form.appendChild(hiddenField);\n    \n    hiddenField = document.createElement(\"input\");\n    hiddenField.setAttribute(\"type\", \"hidden\");\n    hiddenField.setAttribute(\"name\", \"type1\");\n    hiddenField.setAttribute(\"value\", type1);\n    form.appendChild(hiddenField);\n \n    hiddenField = document.createElement(\"input\");\n    hiddenField.setAttribute(\"type\", \"hidden\");\n    hiddenField.setAttribute(\"name\", \"type2\");\n    hiddenField.setAttribute(\"value\", type2);\n    form.appendChild(hiddenField);\n    \n    document.body.appendChild(form);\n    form.submit();\t\n}<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":1279,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[],"class_list":["post-966","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-javascript"],"_links":{"self":[{"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/posts\/966","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/inwelly.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=966"}],"version-history":[{"count":1,"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/posts\/966\/revisions"}],"predecessor-version":[{"id":967,"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/posts\/966\/revisions\/967"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/media\/1279"}],"wp:attachment":[{"href":"https:\/\/inwelly.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=966"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/inwelly.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=966"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/inwelly.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=966"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}