AISHAH SULAIMAN :)

CLICK!

Disclaimer

Navigation : touch hover image



Diaries Boss Sold Sale Stuff
hello peeps ! welcome to superb blog. i'm awesome . me is i'm . kbye . hope enjoy!

 Pause if don't want hear






Footprints Here!


 No Harsh word here!
  Please don't leave your churp churp link , nuffnang link , hearbeat link or etc
Please check HERE first! it's easy to me follow back!
 Tell me if you done follow me
 Tell me if you wanna Exchange link with me
  Tell me if you have any problem
  You also can request tuto



Help Me click ?


Followers Here!


Past is Past

  • Energy Saving Mode
  • Tukar warna highlight di blogskin
  • Search Box pilihan sendiri
  • Button follow Twitter
  • Twitter conversation dalam blog
  • story di kampung + result PMR shaa ? :O
  • Thank You toooo... and....
  • Cute Cursor III
  • Cute Cursor I
  • Cute Cursor II
  • Million Thanks!


    basecode: Nurul AtiQah
    Edit by: SitiSyuhadah
    Re-Edited By: Aishah Sulaiman's
    Others: Daddy Google Chrome!

    Disable Click with alert


    Hai and Assalammualaikum . harini shaa ade buat tuto sikit pasal Disable Right Click with alert . kalau korang tekan right click kat mouse tu , nanti ade keluar warning or alert . ni bagi mengelakkan ayat , gambar korang ci copy . test laa :)

    • Dashboard - Design - Add a Page element - html/javascript
    • copy code bawah ni and pastekan dalam ruangan kosong tu
    <script language=JavaScript>
    <!--
    //edit by unwanted

    var message="Message Alert korang";
    ///////////////////////////////////
    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>

    • siap ? preview dulu , kalau jadi save okey :) 

    MERAH : letak la message alert korang