Is there any way to disabled the buttom Select All i mean with no ctrl+a or just selecting everything with a left cursor! i will to know if they his a way :D thx
Printable View
Is there any way to disabled the buttom Select All i mean with no ctrl+a or just selecting everything with a left cursor! i will to know if they his a way :D thx
There is a way.
I'll go find it for you :)
HTML Code:<script language="JavaScript1.2">
//Disable select-text script (IE4+, NS6+)- By Andy Scott
//Exclusive permission granted to Dynamic Drive to feature script
//Visit [url]http://www.dynamicdrive.com[/url] for this script
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
}
</script>
Thx a lots that very appreciate from u :D Also to let u know Well ur site lol its funny i love it u have a nice creation! I love ur scene with santa cloths and jibbi lol its funny good work on it :D