{"id":694,"date":"2013-01-04T14:16:30","date_gmt":"2013-01-04T14:16:30","guid":{"rendered":"https:\/\/ibex.tech\/javascript\/?p=694"},"modified":"2026-02-16T16:38:30","modified_gmt":"2026-02-16T16:38:30","slug":"button-handling","status":"publish","type":"post","link":"https:\/\/ibex.tech\/javascript\/forms-javascript\/button-handling","title":{"rendered":"Button handling"},"content":{"rendered":"\n<h4 class=\"wp-block-heading\">Handle button click<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>  &lt;script>\n    document.addEventListener(\"DOMContentLoaded\", function(event) {\n      document.getElementById('MyButtonId').addEventListener('click', function()\n      {\n        window.location = \"\/some_page\";\n      });\n    });\n  &lt;\/script><\/code><\/pre>\n\n\n\n<p>\n&nbsp;\n<\/p>\n\n\n\n<p>\n&nbsp;\n<\/p>\n\n\n\n<p>\n&nbsp;\n<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Handle button click &nbsp; &nbsp; &nbsp;<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[76,49],"tags":[],"class_list":["post-694","post","type-post","status-publish","format-standard","hentry","category-buttons","category-forms-javascript"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/posts\/694","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/comments?post=694"}],"version-history":[{"count":6,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/posts\/694\/revisions"}],"predecessor-version":[{"id":4387,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/posts\/694\/revisions\/4387"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/media?parent=694"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/categories?post=694"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/tags?post=694"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}