Results 1 to 3 of 3
  1. #1
    Junior Member
    Join Date
    Apr 2009
    Posts
    7

    Disable coding for content and Image..

    Hi Friends,

    i got a simple Query but need to make sure with you about the right click disable code so which types code/script are using to disable right click ?

    Need to set secure our website with JavaScript for NO RIGHT CLICK" in content and Images?

    your answers will be helpful.

    Thanks,
    Eric

  2. #2
    Registered User
    Join Date
    Apr 2009
    Posts
    1
    friend

    please check this url, it may be help you to check the disable code

    hypergurl.com/norightclick.html

    Thanks
    Dhvanil

    MODERATOR VERIFIED _ URL IS SAFE
    Last edited by RH1; 04-29-2009 at 10:13 AM. Reason: Adding safety notice

  3. #3
    Junior Member
    Join Date
    Apr 2009
    Posts
    23
    NO RIGHT CLICK for Source
    Code:
    <script language="JavaScript1.1"> 
    <!-- var debug = true; function 
    right(e) { if (navigator.appName == 'Netscape' && (e.which == 3 || e.which 
    == 2)) return false; else if (navigator.appName == 'Microsoft Internet Explorer' 
    && (event.button == 2 || event.button == 3)) { alert('This Page is fully 
    protected!'); return false; } return true; } document.onmousedown=right; if (document.layers) 
    window.captureEvents(Event.MOUSEDOWN); window.onmousedown=right; //--></script>
    NO RIGHT CLICK for Images
    Code:
    <script language="JavaScript"> 
    <!-- 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>

Posting Permissions

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

  Find Web Hosting      
  Shared Web Hosting UNIX & Linux Web Hosting Windows Web Hosting Adult Web Hosting
  ASP ASP.NET Web Hosting Reseller Web Hosting VPS Web Hosting Managed Web Hosting
  Cloud Web Hosting Dedicated Server E-commerce Web Hosting Cheap Web Hosting


Premium Partners:


Visit forums.thewebhostbiz.com: to discuss the web hosting business, buy and sell websites and domain names, and discuss current web hosting tools and software.