Page 1 of 2 12 LastLast
Results 1 to 10 of 16
  1. #1
    Join Date
    Aug 2004
    Location
    Over there. ^_^
    Posts
    1,100
    Tokens
    0

    Latest Awards:

    Default Right Clicking?!?!?

    is there a way of disabling right clicking on some things but not others? :s
    *Image Removed


    Ahemm.. How exactly was my sig innapropriate?
    Goddamit i hate this forum :@
    I RESIGN FROM GRAPHICS DESIGNER :@ :@ :@

  2. #2
    Join Date
    Aug 2004
    Location
    UK
    Posts
    11,283
    Tokens
    2,031

    Latest Awards:

    Default

    Disabling right clicking is kind of pointless all round "/

  3. #3
    Join Date
    Aug 2004
    Location
    Over there. ^_^
    Posts
    1,100
    Tokens
    0

    Latest Awards:

    Default

    i dont want noob rippers ripping
    *Image Removed


    Ahemm.. How exactly was my sig innapropriate?
    Goddamit i hate this forum :@
    I RESIGN FROM GRAPHICS DESIGNER :@ :@ :@

  4. #4
    JoeComins Guest

    Default

    you can just click view >> soucre or File >> Save As

  5. #5
    Join Date
    Aug 2004
    Location
    Over there. ^_^
    Posts
    1,100
    Tokens
    0

    Latest Awards:

    Default

    shhh your telling all the noobs
    *Image Removed


    Ahemm.. How exactly was my sig innapropriate?
    Goddamit i hate this forum :@
    I RESIGN FROM GRAPHICS DESIGNER :@ :@ :@

  6. #6
    Join Date
    Jul 2004
    Location
    Webby Forums!
    Posts
    1,879
    Tokens
    0

    Latest Awards:

    Default

    Lol I suppose it stops all the freewebs users who just like to copy images into the site builder, the code is
    <script LANGUAGE="JavaScript">
    <!--
    function click() {
    if (event.button==2) {
    alert('Habbox has disabled right-clicking.');
    }
    }
    document.onmousedown=click
    // -->
    //-->
    </script>


    Chilimagik.net // Reviews, Band Biographies, News, Pics + Loads More!!
    [Thybag.co.uk - Vive la revolutione]

  7. #7
    Join Date
    Aug 2004
    Location
    UK
    Posts
    11,283
    Tokens
    2,031

    Latest Awards:

    Default

    if your going to use one dont use the annoying javascrip popup ones, just deactiavete it.

    just ad to the body tag so its

    <body oncontextmenu="return false;">

    That will disable it without the noobish js popups, athogh athogh still only cause annoyance and dosent stop anything IMO "/

  8. #8
    Join Date
    Aug 2004
    Location
    Over there. ^_^
    Posts
    1,100
    Tokens
    0

    Latest Awards:

    Default

    ive actually already done that what mentor said i wanted to know how to allow right clicking on some images eg the links
    *Image Removed


    Ahemm.. How exactly was my sig innapropriate?
    Goddamit i hate this forum :@
    I RESIGN FROM GRAPHICS DESIGNER :@ :@ :@

  9. #9
    Join Date
    Aug 2004
    Location
    UK
    Posts
    11,283
    Tokens
    2,031

    Latest Awards:

    Default

    Im not 100% if this will work, but try keeping that in the header, then attaching

    oncontextmenu="return true;"

    in to the images you want to be right clickable "/

  10. #10
    Join Date
    Mar 2005
    Location
    In a Cookie Jar ;]
    Posts
    462
    Tokens
    0

    Default

    i need that code thanks, all visitors steal me work

    н ά β β δ х F ό я μ м
    Rep Points : 16

Page 1 of 2 12 LastLast

Posting Permissions

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