Results 1 to 5 of 5
  1. #1
    Join Date
    Jun 2004
    Location
    Netherlands
    Posts
    907
    Tokens
    2,318

    Latest Awards:

    Default how to disable right clicking

    To disable right clicking, add the following code to the beginning of your webpage, after the <head> tag

    <script LANGUAGE="JavaScript">
    <!--
    function click() {
    if (event.button==2) {
    alert('Habbox has disabled right-clicking.');
    }
    }
    document.onmousedown=click
    // -->
    //-->
    </script>


    EternalMasque (Super Moderator) Thread bumped, closed.
    Last edited by Uwe; 25-10-2006 at 05:45 PM.

  2. #2
    Lol<3 Guest

    Default

    WOW

    ILL USE DAT IN FUTURE


    FNX M8 xxxx

    EternalMasque (Super Moderator) Please don't bump threads.
    Last edited by Uwe; 25-10-2006 at 05:43 PM.

  3. #3
    Join Date
    Nov 2004
    Location
    HabboWeb FM Offices
    Posts
    3,019
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by Lol<3 View Post
    WOW

    ILL USE DAT IN FUTURE

    FNX M8 xxxx
    Thanks for bumping a 2 yr old thread

  4. #4
    Lol<3 Guest

    Default

    its ok

    i used it doh

    and i repd him for it

  5. #5
    Join Date
    Sep 2006
    Posts
    2,114
    Tokens
    0

    Latest Awards:

    Default

    Lmao at this
    Looking for a good desiner to design a social networking template.

    PM me.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •