document.onselectstart = new Function("return false;");

解决方案 »

  1.   

    或者仅限制表格内的onselectstart=new  Function("return  false;");
      

  2.   

    <div style="width:100%;Height:100%;z-index:20;left:0;top:0;position:absolute"  UNSELECTABLE="on">
    在这个区域覆盖一个层div,并将UNSELECTABLE设置为"on"!
    </div>
      

  3.   

    我不明白onselectstart=new    Function("return    false;");是不是直接放在里面,<td onselectstart=new    Function("return    false;")></td>是这样吗,我做了不对啊,到底该怎么做,能不能说清楚点啊。