The Joomla! Extensions Directory ™

b1han77

Reviews(1)
 
byb1han77, June 4, 2009
Anti Right Click
works as stated i see some people are saying that they wish you couldn't highlight with this mod but that is an easy fix use this no right clicks and just add code below in your index.php in your templates. and you cant highlight.

function disableselect(e){
return false
}

function reEnable(){
return true
}

//if IE4+
document.onselectstart=new Function ("return false")

//if NS6
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
Owner's reply

Thanks for the help.

As this module is targeted to business users, not technical users, this code will be implemented into the next version.