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

          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 閱讀(291) 評論(0)  編輯  收藏 所屬分類: web前端

          常用鏈接

          留言簿(21)

          隨筆分類(265)

          隨筆檔案(242)

          相冊

          JAVA網站

          關注的Blog

          搜索

          •  

          積分與排名

          • 積分 - 917240
          • 排名 - 40

          最新評論

          主站蜘蛛池模板: 万年县| 丰顺县| 鄱阳县| 钟山县| 合山市| 会同县| 丰县| 阳泉市| 炎陵县| 平泉县| 安吉县| 南岸区| 元阳县| 吴堡县| 塘沽区| 滦南县| 黄大仙区| 邢台市| 夏河县| 西乡县| 什邡市| 平潭县| 迁西县| 望城县| 邯郸市| 慈利县| 武川县| 双流县| 锦州市| 邛崃市| 油尖旺区| 晋城| 保康县| 施甸县| 杂多县| 阳原县| 屯昌县| 旬邑县| 井研县| 平安县| 左贡县|