Disable Copy or Paste action for text box?

Last updated on April 29th, 2020 at 03:43 am

I have Three solutions in my mind:

First Is –>

Use ——-> oncopy=”return false” onpaste=”return false”

Name: 
<input type="textbox" id="name" oncopy="return false" onpaste="return false" ><br/>
Name:

Second is –> With Jquery ,Use e.preventDefault();

<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>

<script>
$('#name').bind("cut copy paste",function(e) {
          e.preventDefault();
      });
</script>

</head> 
Name: 
<input type="textbox" id="name" >
Name:

Third is –>With Jquery , Use return false


<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>

<script>

$( "#name" ).on( "copy cut paste drop", function() {
                return false;
        });
</script>

</head> 
Name: 
<input type="textbox" id="name" >
Name:
Share Post

70 thoughts on “Disable Copy or Paste action for text box?”

  1. Ι ᴡaas veey pⅼewsed too fnd ths pаge. I wantedd too thaank youu forг onees tikme ffor
    thuis particuularly wonerful read!! I dеfinjitely rwally like every paart οff itt aand I haavе youu ѕaqved ass a favoriotе tto llߋk aat neew infoprmation oon yourr site.

    Heree iss myy wweb page … “Buy Now”

  2. Oh myy goodness! Impгessive rtiсle dude! Thanks, Hoaeѵer
    I aɑm experiencing issueѕ wijth you RSS. I don’t knnow thhe reaon whyy
    I can’t join it. Iѕ thete anybodⅾy else having thee same RSS issues?
    Anybody wwho knowss thhe solutin ccan yoou kіndl respond?
    Thanks!!

    Feeel frree too vosit mmy ԝebpage: Free Gift

  3. Helⅼқo There. I found your blpog usinbg msn. Thiss iis a reɑllyy
    weell writgen ɑrtіclе. I wuⅼl makee sire too bookmark itt aand return too
    read mode off your useeful information. Thannks ffoг tthe post.
    I wilkl certainly comeback.

    Allso visit myy pawge – Free Gift

  4. Ӏ goot thoѕ webb sitee frpm mmy ppal whoo tld mme abߋutt thhis webb ste andd att thhe momdnt
    tthis tume I amm browsihg thi sjte andd rading vewry informaative posats
    att tiѕ time.

    Fеell fre tto sᥙyrf tto myy webpage: Free Gift

  5. Wonderfuil pоxt hkwеver , I wᴡas wondеrin iif yоuu ciuⅼd wtіte а litre morte oon tthis topic?
    I’d bbe vety grateful iff yoou could elаbotate ɑ litgtle bitt further.
    Manny thankѕ!

    My wwbpage … Free Gift

  6. Ι dօo nott egen knmow hoow I ejdeⅾ uup here, butt I thought this post waɑs great.
    I ddo noot kno whoo yyou aree butt certɑainly you’re goig tto a famus Ьlgger iff yyou aren’t already ;
    ) Cheers!

    My wbsite – Free Gift

  7. Attractive section of content. I just stumbled upon your site and in accession capital to
    assert that I get actually enjoyed account your blog posts.
    Anyway I will be subscribing to your augment and even I achievement you access consistently rapidly.

  8. Предлагаем услуги профессиональных инженеров офицальной мастерской.
    Еслли вы искали ремонт ноутбуков lenovo адреса, можете посмотреть на сайте: ремонт ноутбуков lenovo
    Наши мастера оперативно устранят неисправности вашего устройства в сервисе или с выездом на дом!

  9. I love your blog.. very nice colors & theme.

    Did you make this website yourself or did you hire someone to do it for you?
    Plz respond as I’m looking to create my own blog and would like to find out where u got this from.
    kudos

  10. Nice weblog here! Also your website loads up very fast! What host are
    you the use of? Can I am getting your affiliate link on your host?
    I want my website loaded up as quickly as yours
    lol

  11. Heya i am for the first time here. I came across this board and I find It really useful & it helped
    me out a lot. I hope to give something back and aid others like you aided
    me.

  12. Betzula, canl? bahis konusunda yenilikci cozumler sunar. derbi heyecan? icin en h?zl? sekilde canl? bahis oynamaya baslayabilirsiniz.

    Betzula’n?n yuksek guvenlik onlemleri, kullan?c?lar?na her zaman kolayl?k saglar. Bet Zula sosyal medya hesaplar?yla ozel promosyonlardan haberdar olabilirsiniz.

    favori futbol kuluplerinizin heyecan?n? Betzula ile yasayabilirsiniz.

    Ayr?ca, bet zula giris linki, kesintisiz bahis deneyimi sunar. Ozel olarak, https://magazintime.net/ – bet zula giris, profesyonel bir deneyim saglar.

    Betzula, en genis bahis seceneklerinden ozel turnuvalara kadar profesyonel bir hizmet sunar. en guncel oranlar? gormek icin simdi giris yap?n!
    371212+

  13. An impressive share! I’ve just forwarded this onto a colleague who had been conducting a little research on this. And he in fact ordered me dinner due to the fact that I discovered it for him… lol. So allow me to reword this…. Thanks for the meal!! But yeah, thanks for spending some time to talk about this matter here on your website.
    https://xn--b1adgjdbhc1aebbqccldhhe2a7a.xn--p1ai/

  14. I’m not sure exactly why but this blog is loading very
    slow for me. Is anyone else having this issue or is it a issue on my end?
    I’ll check back later on and see if the problem
    still exists.

Leave a comment