{"id":192,"date":"2019-05-13T11:32:05","date_gmt":"2019-05-13T11:32:05","guid":{"rendered":"https:\/\/blog.iabsolute.com\/?p=192"},"modified":"2019-05-13T11:32:05","modified_gmt":"2019-05-13T18:32:05","slug":"disable-right-mouse-click-script-ii-on-images","status":"publish","type":"post","link":"https:\/\/blog.iabsolute.com\/?p=192","title":{"rendered":"Disable right mouse click script II (on images)"},"content":{"rendered":"\n<p>Simply add the following code to the <strong>END<\/strong> of your page, right above the &lt;\/body&gt; tag:<\/p>\n\n\n\n<p>\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014<\/p>\n\n\n\n<p>&lt;script language=\u201dJavaScript1.2\u2033&gt;<\/p>\n\n\n\n<p>\/*<br>\nDisable right click script II (on images)- By Dynamicdrive.com<br>\nFor full source, Terms of service, and 100s DTHML scripts<br>\nVisit <a href=\"http:\/\/www.dynamicdrive.com\/\">http:\/\/www.dynamicdrive.com<\/a><br>\n*\/<\/p>\n\n\n\n<p>var clickmessage=\u201dRight click disabled on images!\u201d<\/p>\n\n\n\n<p>function disableclick(e) {<br>\nif (document.all) {<br>\nif (event.button==2||event.button==3) {<br>\nif (event.srcElement.tagName==\u201dIMG\u201d){<br>\nalert(clickmessage);<br>\nreturn false;<br>\n}<br>\n}<br>\n}<br>\nelse if (document.layers) {<br>\nif (e.which == 3) {<br>\nalert(clickmessage);<br>\nreturn false;<br>\n}<br>\n}<br>\nelse if (document.getElementById){<br>\nif (e.which==3&amp;&amp;e.target.tagName==\u201dIMG\u201d){<br>\nalert(clickmessage)<br>\nreturn false<br>\n}<br>\n}<br>\n}<\/p>\n\n\n\n<p>function associateimages(){<br>\nfor(i=0;i&lt;document.images.length;i++)<br>\ndocument.images[i].onmousedown=disableclick;<br>\n}<\/p>\n\n\n\n<p>if (document.all)<br>\ndocument.onmousedown=disableclick<br>\nelse if (document.getElementById)<br>\ndocument.onmouseup=disableclick<br>\nelse if (document.layers)<br>\nassociateimages()<br>\n&lt;\/script&gt;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Simply add the following code to the END of your page, right above the &lt;\/body&gt; tag: \u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014 &lt;script language=\u201dJavaScript1.2\u2033&gt; \/* Disable right click script II (on images)- By Dynamicdrive.com For full source, Terms of service, and 100s DTHML scripts Visit &hellip; <a href=\"https:\/\/blog.iabsolute.com\/?p=192\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[],"class_list":["post-192","post","type-post","status-publish","format-standard","hentry","category-my-linux"],"_links":{"self":[{"href":"https:\/\/blog.iabsolute.com\/index.php?rest_route=\/wp\/v2\/posts\/192","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.iabsolute.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.iabsolute.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.iabsolute.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.iabsolute.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=192"}],"version-history":[{"count":1,"href":"https:\/\/blog.iabsolute.com\/index.php?rest_route=\/wp\/v2\/posts\/192\/revisions"}],"predecessor-version":[{"id":193,"href":"https:\/\/blog.iabsolute.com\/index.php?rest_route=\/wp\/v2\/posts\/192\/revisions\/193"}],"wp:attachment":[{"href":"https:\/\/blog.iabsolute.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=192"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.iabsolute.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=192"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.iabsolute.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=192"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}