Jump to content

Recommended Posts

Posted

Salut am vazut pe unule forumuri ca au  functia asta

 

Functie click dreapta si F12 dezactivate de comunitatea LimitCS! Pentru copierea unui text folositi CTRL + C! Toate drepurile asupra acestei teme sunt rezervate de comunitatea noastra iar folosirea elementelor este restrictionata de conducerea noastra!

 

Cum a si putea sa pun si eu asa?

Posted (edited)
<script language=JavaScript>
  var message="Functie click dreapta si F12 dezactivate de comunitatea LimitCS! Pentru copierea unui text folositi CTRL + C! Toate drepurile asupra acestei teme sunt rezervate de comunitatea noastra iar folosirea elementelor este restrictionata de conducerea noastra!";
  function clickIE4()
  {
    if (event.button==2)
    {
      alert(message);
      return false;
    }
  }
  function clickNS4(e)
  {
    if (document.layers||document.getElementById&&!document.all)
    {
      if (e.which==2||e.which==3)
      {
        alert(message);
        return false;
      }
    }
  }

  if (document.layers)
  {
    document.captureEvents(Event.MOUSEDOWN);
    document.onmousedown=clickNS4;
  }
  else if (document.all&&!document.getElementById)
  {
    document.onmousedown=clickIE4;
  }
  document.oncontextmenu=new Function("alert(message);return false")
</script>

 

Edited by Gregory
  • Downvote 2

[ Proecte ART ]
www.artweber.ro - Resurse de care are nevoie un designer si nu numai.

www.artimg.biz - Free upload images.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.