#1 (permalink)  
Old 05-16-2009, 08:44 AM
roshan_12's Avatar
Junior Member
 
Join Date: May 2009
Posts: 1
Default how to block right-click on my site

Hi, anyone can help ?

i want to Block right-Click when some one visit My Website and also don't allow to save the Web Page ,
is it possible to do it with Simple HTML code ?
any help appreciated ,
Reply With Quote
  #2 (permalink)  
Old 05-17-2009, 03:50 AM
Member
 
Join Date: May 2009
Posts: 43
Default java script tag

Ok place this in your <body> tag and where it says function disabled put your own words if you like as that what the end user will see


<script language=JavaScript>
<!--



var message="Function Disabled!";

///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}

function clickNS4(e){
if (document.layers||document.getElementById&&!docume nt.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}

if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}

document.oncontextmenu=new Function("alert(message);return false")

// -->
</script>
__________________
Up and coming web millions buy your mile of the world watch this space or follow me on twitter to be the first to get the release date -http://twitter.com/phphantom
Reply With Quote
  #3 (permalink)  
Old 05-28-2009, 01:56 PM
Member
 
Join Date: Dec 2008
Location: Castricum, The Netherlands
Posts: 71
Default

Note that you can't realistically expect people to not use the right click menu - javascript is disabled all too easily for that.
Reply With Quote
  #4 (permalink)  
Old 08-16-2009, 08:26 PM
Junior Member
 
Join Date: Aug 2009
Location: South African
Posts: 4
Default

roshan_12 please note this is possible to block right-click, but as Rogier states, users can still click view source and save your webpages...
__________________
Blues Sky's are coming...
Reply With Quote
  #5 (permalink)  
Old 08-25-2009, 05:29 PM
Junior Member
 
Join Date: Aug 2009
Location: USA
Posts: 1
Send a message via ICQ to Goanmekerr
Default Best Plls From Cnadian Pharmacy

Hello!
buy viagra cheap fed ex
buy generic levitra cheap
viagra cialis levitra
cialis vs viagra
buy cialis in the uk
cialis vs viagra vs levitra
cialis for sale cheap

snks!
__________________
levitra pill picture
Reply With Quote
  #6 (permalink)  
Old 09-22-2009, 02:23 AM
DN_Angel's Avatar
Member
 
Join Date: Sep 2009
Posts: 76
Default

I don't think it's possible in simple HTML code, Try in JavaScript..
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 12:53 PM.

Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0