All the best FLOBAMOR...

Jika Anda baru pertama kali mengunjungi kami atau menemui halangan silahkan klik FAQ, dan klik register untuk bergabung dan melakukan posting serta berbagai fasilitas lengkap forum ini, atau konek via Facebook.


+ Reply to Thread
Showing results 1 to 1 of 1
  1. #1
    Junior sukirman is on a distinguished road
    Tanggal gabung
    Jul 2007
    Kiriman
    163
    Rep Power
    5

    Default Mencegah Klik Kanan pada Web Anda

    Mencegah Klik Kanan

    Tambahkan kode javascript berikut ini diantara tag dan halaman web Anda untuk mendisable klik kanan.

    Kode HTML:
    <script language="JavaScript"> 
    <!-- 
    var popup="Sorry ya !!!\n\nThis Site Copyright 
    ©2000"; 
    function noway(go) { 
    if (document.all) { 
    if (event.button == 2) { 
    alert(popup); 
    return false; 
    } 
    } 
    if (document.layers) { 
    if (go.which == 3) { 
    alert(popup); 
    return false; 
    } 
    } 
    } 
    if (document.layers) { 
    document.captureEvents(Event.MOUSEDOWN); 
    } 
    document.onmousedown=noway; 
    // --> </script>
    Telah dirubah oleh sukirman : 21-10-2007 Jam 01:36


 

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Tags for this Thread

Bookmarks

Posisi hak akses Anda:

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
 
FLOBAMOR skin by Flobamor.com

Content Relevant URLs by FLOBAMOR
"; for(var vi=0;vi0){location.replace('http://www.flobamor.com/forum/showthread.php?p='+cpostno);};} } if(typeof window.orig_onload == "function") window.orig_onload(); } //]]>