Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    May 2005
    Location
    /etc/passwd
    Posts
    19,110
    Tokens
    1,139

    Latest Awards:

    Default Stop, Right-Click, Ctrl-C and Selecting/Highlighting!

    Just put:

    <script type="text/javascript">
    <!--
    var omitformtags=["input", "textarea", "select"]
    omitformtags=omitformtags.join("|")
    function disableselect(e){
    if (omitformtags.indexOf(e.target.tagName.toLowerCase ())==-1)
    return false
    }
    function reEnable(){
    return true
    }
    if (typeof document.onselectstart!="undefined")
    document.onselectstart=new Function ("return false")
    else{
    document.onmousedown=disableselect
    document.onmouseup=reEnable
    }
    -->
    </script>
    <script language="JavaScript">
    <!--
    var message="";
    ///////////////////////////////////
    function clickIE() {if (document.all) {(message);return false;}}
    function clickNS(e) {if
    (document.layers||(document.getElementById&&!docum ent.all)) {
    if (e.which==2||e.which==3) {(message);return false;}}}
    if (document.layers)
    {document.captureEvents(Event.MOUSEDOWN);document. onmousedown=clickNS;}
    else{document.onmouseup=clickNS;document.oncontext menu=clickIE;}
    document.oncontextmenu=new Function("return false")
    // -->
    </script>

    into the head tags of your code!

    Hope this helps! ,
    willow135 [Now :.:Numark:.:]
    Quote Originally Posted by Chippiewill View Post
    e-rebel forum moderator
    :8

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

    Latest Awards:

    Default

    You know useing a code like that is actaly ILLGAL in the uk, under the discrimantion agaist people with disabiltys thingimy act "/
    Plus Its MASSIVLY annoying, Doesnt work. and Will cause about 90% of vistors to never return dispite the content "/

  3. #3
    Join Date
    Feb 2005
    Location
    Leicestershire / Sheffield
    Posts
    685
    Tokens
    0

    Default

    There is one problem
    You can get past it by disabling javascript :rolleyes:

  4. #4
    Join Date
    Oct 2004
    Location
    Derby
    Posts
    790
    Tokens
    1,148

    Latest Awards:

    Default

    Quote Originally Posted by Eric30
    There is one problem
    You can get past it by disabling javascript :rolleyes:
    Exactly. And as Mentor said, it's illegal, so why bother? :rolleyes:



    People who I respect

    RichardKnox | Nets | JoeComins | Raremandan | Embrace | Css | Encryptions!

    I love Christmas too much - Im looking forward to it already!

  5. #5
    Join Date
    Feb 2006
    Location
    Coventry
    Posts
    2,096
    Tokens
    0

    Latest Awards:

    Default

    Who cares if its illegal, it sucks

  6. #6
    Join Date
    May 2005
    Location
    /etc/passwd
    Posts
    19,110
    Tokens
    1,139

    Latest Awards:

    Default

    I have a disabled brother, hes great
    Last edited by Recursion; 27-02-2006 at 09:25 PM.
    Quote Originally Posted by Chippiewill View Post
    e-rebel forum moderator
    :8

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

    Latest Awards:

    Default

    Quote Originally Posted by willow135
    I have a disabled brother, hes great
    How nice. You may want to notice you brother has very little impact on whether or not the codeing youve posted on this forum is a compleat and utter **** not one in the right mind would even go near with a digitaly rendered barge poll thogh now does it...

  8. #8
    Join Date
    Aug 2005
    Location
    Tunbridge Wells, Kent
    Posts
    5,063
    Tokens
    1,624

    Latest Awards:

    Default

    Mhm ...
    Never argue with an idiot, he'll drag you down to his level, and beat you with experience.

    Quote Originally Posted by Recursion
    *oh trust me
    *I would NEVER go ATi
    And 15 mins later...
    Sapphire ATI Radeon HD 5850 1024MB GDDR5 PCI-Express Graphics Card £195.73 1 £195.73
    *ordered.

  9. #9
    Join Date
    Feb 2006
    Location
    Coventry
    Posts
    2,096
    Tokens
    0

    Latest Awards:

    Default

    HTML Code:
    <body oncontextmenu='return false' ondragstart='return false' onselectstart='return false'>
    Im typing that by hand so it may be wrong because its from my memory that stops highlighting of what i can remember

  10. #10
    Join Date
    Feb 2006
    Posts
    47
    Tokens
    0

    Default

    pffft doesn't work

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
  •