屏蔽标签的划选
document.onselectstart= function(event){return selecttd()}; 
function selecttd(){
var the = event.srcElement ;
if(the.tagName.toLowerCase()!= "input"&&the.tagName.toLowerCase()!= "textarea")
{
return false;
}
return true ;
}
function selecttd(){
var the = event.srcElement ;
if(the.tagName.toLowerCase()!= "input"&&the.tagName.toLowerCase()!= "textarea")
{
return false;
}
return true ;
}
 
                    
                 
                
            
         
 浙公网安备 33010602011771号
浙公网安备 33010602011771号