Results 1 to 4 of 4

Thread: how to enable disable right-click?

  1. #1
    gemkam's Avatar
    gemkam is offline Senior Member+
    Last Online
    11th November 2018 @ 11:14 AM
    Join Date
    27 Dec 2009
    Location
    Muscat
    Posts
    561
    Threads
    52
    Credits
    1,064
    Thanked
    33

    Default how to enable disable right-click?

    salam doston

    Aksar internet per websites ke right-clicks disable hotay hain
    enable kaisay kia jaye??

    shukran

  2. #2
    robostic is offline Senior Member+
    Last Online
    23rd August 2016 @ 07:33 PM
    Join Date
    19 May 2009
    Location
    Somewhere Around
    Age
    41
    Posts
    1,581
    Threads
    105
    Credits
    840
    Thanked
    16

    Default

    Dear Woh Aik Java Script laga Hota hai us ka koi hal nahin hai, Bas aik trick hai jo Kabhi kabhar kaam karti hai, Pehlay Left click ko dabay rakho then after that foran right click karo. Try karo agar weak script hoga tu it will help.

  3. #3
    gemkam's Avatar
    gemkam is offline Senior Member+
    Last Online
    11th November 2018 @ 11:14 AM
    Join Date
    27 Dec 2009
    Location
    Muscat
    Posts
    561
    Threads
    52
    Credits
    1,064
    Thanked
    33

    Default

    aur koi tareeqa batao yaar plz

  4. #4
    Zaara's Avatar
    Zaara is offline Advance Member
    Last Online
    26th December 2022 @ 06:33 PM
    Join Date
    24 Jun 2007
    Age
    36
    Gender
    Female
    Posts
    10,423
    Threads
    728
    Credits
    611
    Thanked
    1484

    Default

    Use the script below so when someone right clicks to save an image off your page, a message will come up letting people know that your information is copyrighted.

    This script only works on newer browsers, and it's not foolproof. If someone really wants something from your page they can find ways around it, but at least it's a warning to people who want to take your graphics. Copy and paste the following code, and make sure it comes right after your <HEAD> tag:

    "<script language="JavaScript">
    // distributed by http://hypergurl.com <!-- var popup="Sorry, right-click
    is disabled.\n\nThis Site Copyright ©2000"; function noway(go) { if
    (document.all) { if (event.button == 2) { alert(popup); return false; } } if (document.layers)
    { if (go.which == 3) { alert(popup); return false; } } } if (document.layers)
    { document.captureEvents(Event.MOUSEDOWN); } document.onmousedown=noway; // -->
    </script>"

Similar Threads

  1. Replies: 2
    Last Post: 17th September 2014, 03:27 PM
  2. Disable & Enable USB Disk
    By Rahmat Elahi in forum Tips and Tricks
    Replies: 6
    Last Post: 30th November 2012, 06:28 PM
  3. Replies: 20
    Last Post: 5th August 2011, 11:59 PM
  4. Usb enable/disable
    By arbab hassan in forum Ask an Expert
    Replies: 5
    Last Post: 29th January 2011, 08:11 PM
  5. USB Enable - Disable
    By Fahad-G in forum Tips and Tricks
    Replies: 24
    Last Post: 31st May 2009, 11:56 AM

Bookmarks

Posting Permissions

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