Thursday, March 1, 2012

Disable select-text script


Disable select-text script 


Copy this script and past into your page header



-----------------------------------------------------------------------
-----------------------------------------------------------------------


</script>
 <SCRIPT TYPE="text/javascript">
<!--
//Disable select-text script (IE4+, NS6+)
//visit http://www.lrnnewtngs.blogspot.in
//mail me : hassan17850@gmail.com
///////////////////////////////////
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
}
// -->


-----------------------------------------------------------------------
-----------------------------------------------------------------------

Note : if any problem on this script mail me : hassan17850@gmail.com

or

comment your query....below


EmoticonEmoticon

Drop categories