Parašė kanativas·  2007 Bir. 11 22:06:30
#1
Na as nesu zalias bet neteko susidurti.Kaip dekim va toki koda ideti i panele? ar neimanoma nes cia draudimas pazymeti texta : 
   1.
      <script language="JavaScript1.2">
   2.
       
   3.
      function disableselect(e){
   4.
      return false
   5.
      }
   6.
       
   7.
      function reEnable(){
   8.
      return true
   9.
      }
  10.
       
  11.
      //if IE4+
  12.
      document.onselectstart=new Function ("return false")
  13.
       
  14.
      //if NS6
  15.
      if (window.sidebar){
  16.
      document.onmousedown=disableselect
  17.
      document.onclick=reEnable
  18.
      }
  19.
      </script> 
Redagavo ozzWANTED·  2007 Bir. 11 22:06:34