控制某些元素內容不可復制:

          function disableSelection(target)
          {
              
          if (typeof target.onselectstart!="undefined"//IE route
              {
                  target.onselectstart
          =function()
                  {
                      
          return false;
                  }
              }
          else if(typeof target.style.MozUserSelect!="undefined"//Firefox route
              {
                  target.style.MozUserSelect
          ="none";
              }
          else //All other route (ie: Opera)
              {
                  target.onmousedown 
          = function()
                  {
                      
          return false;
                  }
                  
                  target.style.cursor 
          = "default";
              }
          }

          posted on 2010-10-08 14:45 -274°C 閱讀(288) 評論(0)  編輯  收藏 所屬分類: web前端

          常用鏈接

          留言簿(21)

          隨筆分類(265)

          隨筆檔案(242)

          相冊

          JAVA網站

          關注的Blog

          搜索

          •  

          積分與排名

          • 積分 - 916119
          • 排名 - 40

          最新評論

          主站蜘蛛池模板: 祁连县| 上虞市| 宝兴县| 张掖市| 顺昌县| 鄱阳县| 会昌县| 青州市| 齐河县| 密山市| 平昌县| 夏邑县| 阿坝| 深圳市| 长乐市| 静宁县| 南涧| 庆元县| 修武县| 玉溪市| 深泽县| 仙居县| 庆元县| 修水县| 安义县| 石台县| 崇明县| 平潭县| 宿州市| 平乡县| 沈丘县| 呼伦贝尔市| 新平| 台东县| 太白县| 巴东县| 方正县| 祥云县| 鲁山县| 屏东市| 安庆市|