//禁止鼠标在网页上拖动. 
//调用实例:直接放在调用的JS文件中 
function funMouse() 

 return false;

document.ondragstart=funMouse;