Posted 11 months ago |
How to disable Right click on blogger : I have done that . How to disable ctrl+c on Blogger + chrome. : I havenot found a solution. Can someone help , are there any other options. |
Replies
heyy how do we disable right click
added you to my network , waiting for the mail
@yatin :
<script type="text/javascript">
var omitformtags=["input", "textarea", "select"]omitformtags=omitformtags.join("|")function disableselect(e){if (omitformtags.indexOf(e.target.tagName.toLowerCase())==-1)return false}function reEnable(){return true}if (typeof document.onselectstart!="undefined")document.onselectstart=new Function ("return false")else{document.onmousedown=disableselectdocument.onmouseup=reEnable}</script>
Why are 2 threads running in parallel on the same topic? Does Indi have a merge fuctionality to merge threads on the same topic?