Results 1 to 6 of 6
  1. #1
    thallesscheffer
    thallesscheffer is offline
    Guest
    Join Date
    2012 Sep
    Posts
    1
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    1
    Thanked in
    1 Post
    Rep Power
    0

    Question Block the right button of mouse

    As block the right button of mouse ??
    Not to see font code.

  2. The Following User Says Thank You to thallesscheffer For This Useful Post:


  3. #2
    -Selistre-
    -Selistre- is offline
    Member-in-training -Selistre-'s Avatar
    Join Date
    2011 Oct
    Location
    Canada
    Posts
    108
    Thanks Thanks Given 
    35
    Thanks Thanks Received 
    56
    Thanked in
    44 Posts
    Rep Power
    0
    did not understand what do you say is more specific quiz
    <---- If Was Useful to You! Please Thank in Side Thanks Button!!!

  4. The Following User Says Thank You to -Selistre- For This Useful Post:


  5. #3
    akilis
    akilis is offline
    Member-in-training akilis's Avatar
    Join Date
    2012 Aug
    Location
    Brasi
    Posts
    77
    Thanks Thanks Given 
    36
    Thanks Thanks Received 
    57
    Thanked in
    51 Posts
    Rep Power
    0
    To edit the settings you click and so go on "Control Panel \ All Control Panel Items" and click the mouse icon and there you see all settings posiveis

    BR
    Para você editar as configurações do mouse e so ir em "Control Panel\All Control Panel Items" e clicar no icone do mouse e lá você ver todas as configurações posiveis

  6. The Following User Says Thank You to akilis For This Useful Post:


  7. #4
    lanceaurion
    lanceaurion is offline
    Senior Member lanceaurion's Avatar
    Join Date
    2012 Mar
    Posts
    305
    Thanks Thanks Given 
    59
    Thanks Thanks Received 
    127
    Thanked in
    88 Posts
    Rep Power
    0
    could you be more specific about what you want?
    because i couldn't understand you...explain more...that i will try to help you =D
    <---- If I helped, click the button thanks!

  8. #5
    witawat
    witawat is offline
    New member
    Join Date
    2012 Sep
    Posts
    7
    Thanks Thanks Given 
    3
    Thanks Thanks Received 
    3
    Thanked in
    3 Posts
    Rep Power
    0
    Can put html code in page

    PHP Code:
    <html xmlns="http://www.w3.org/1999/xhtml" >
    <
    head>
        <
    title>jQuery disable right click easily</title>
        <
    script language="javascript" type="text/javascript"
          
    src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js">
        </
    script>
        <
    script type="text/javascript" language="javascript">
            $(function() {
                $(
    this).bind("contextmenu", function(e) {
                    
    e.preventDefault();
                });
            }); 
        </
    script>
    </
    head>
    <
    body>
        
    Sed lacusDonec lectusNullam pretium nibh ut turpis.
        
    Nam bibendumIn nulla tortorelementum veltempor at,
        
    varius nonpurusMauris vitae nisl nec consectetuer.
        
    Donec ipsumProin imperdiet estPhasellus dapibus semper
        urna
    Pellentesque ornareorci in consectetuer hendrerit,
        
    urna elit eleifend nuncut consectetuer nisl felis ac diam.
        
    Etiam non felisDonec ut anteIn id eros.
    </
    body>
    </
    html
    Last edited by witawat; 2012-10-04 at 02:18 AM.

  9. #6
    allcoder
    allcoder is offline
    Guest
    Join Date
    2013 Nov
    Posts
    2
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0

    jQuery or native js

    You need can do it with native javascript or use a library as jQuery

    PHP Code:
    $(document).mousedown(function(e){
              if( 
    e.button == ) {
                 return 
    false;
               } else {
                 return 
    true;
                }

            }); 

Similar Threads

  1. [Source] Evo Button Menu
    By Dwar in forum D3D Programming
    Replies: 3
    Last Post: 2012-07-19, 08:20 AM
  2. [Release] Anicansel script for Oscar game mouse
    By Lex2414 in forum Aika Online
    Replies: 0
    Last Post: 2012-07-07, 01:10 PM
  3. [Tutorial] Desativando O X-TRAP Em Qualquer Jogo e tirando Lag Mouse Aika!
    By rafael14 in forum Português
    Replies: 3
    Last Post: 2012-06-02, 02:26 PM
  4. Hit the button!
    By torrentsoo in forum Aika Online
    Replies: 1
    Last Post: 2010-10-19, 12:10 PM

Posting Permissions

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