PDA

View Full Version : Select All!



Jseb
21-08-2004, 11:57 PM
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

Skitgraves
22-08-2004, 08:57 AM
There is a way.
I'll go find it for you :)

Skitgraves
22-08-2004, 09:00 AM
<script language="JavaScript1.2">

//Disable select-text script (IE4+, NS6+)- By Andy Scott
//Exclusive permission granted to Dynamic Drive to feature script
//Visit http://www.dynamicdrive.com 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>

Jseb
22-08-2004, 07:00 PM
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

Want to hide these adverts? Register an account for free!