User User name Password  
   
Friday 13.2.2026 / 06:47
Search AfterDawn Forums:        In English   Suomeksi   På svenska
afterdawn.com > forums > pc hardware > other pc hardware > how do you disable the right mouse boutton
Show topics
 
Forums
Forums
how do you disable the right mouse boutton
  Jump to:
 
Posted Message
goooba
Suspended due to non-functional email address
_
20. January 2006 @ 07:22 _ Link to this message    Send private message to this user   
how do you and if thare a url code thats what i really need!!!

(+.[____]·:·)
Jeanc1
Suspended permanently
_
20. January 2006 @ 11:49 _ Link to this message    Send private message to this user   
If you are talking about HTML coding for a webpage ?? Here's a two script I done to do just that :- (Paste either one BOLD scripts between the <HEAD> tag and </HEAD> tag of your webpage.)


<!-- Begin
function right(e) {
var msg = "Sorry, you don't have permission to right-click.";
if (navigator.appName == 'Netscape' && e.which == 3) {
alert(msg);
return false;
}
if (navigator.appName == 'Microsoft Internet Explorer' && event.button==2) {
alert(msg);
return false;
}
else return true;
}

function trap()
{
if(document.images)
{
for(i=0;i<document.images.length;i++)
{
document.images.onmousedown = right;
document.images.onmouseup = right;
}
}
}
// End -->
</SCRIPT>


or if you prefer sending the RightClicker away use this instead:-

<SCRIPT LANGUAGE="JavaScript">
document.onmousedown=click
var times=0
var times2=10
function click() {
if ((event.button==2) || (event.button==3)) {
if (times>=1) { bye() }
alert("This Belongs To goooba Ask ME First");
times++ } }
function bye() {
alert("I warned you .. but you tried again. Bye Bye :)");
bye() }
</SCRIPT>



<<The last one will warn them that goooba does'nt like it>>
Have a great day !


This message has been edited since posting. Last time this message was edited on 20. January 2006 @ 11:54

afterdawn.com > forums > pc hardware > other pc hardware > how do you disable the right mouse boutton
 

Digital video: AfterDawn.com | AfterDawn Forums
Music: MP3Lizard.com
Gaming: Blasteroids.com | Blasteroids Forums | Compare game prices
Software: Software downloads
Blogs: User profile pages
RSS feeds: AfterDawn.com News | Software updates | AfterDawn Forums
International: AfterDawn in Finnish | AfterDawn in Swedish | AfterDawn in Norwegian | download.fi
Navigate: Search | Site map
About us: About AfterDawn Ltd | Advertise on our sites | Rules, Restrictions, Legal disclaimer & Privacy policy
Contact us: Send feedback | Contact our media sales team
 
  © 1999-2026 by AfterDawn Ltd.

  IDG TechNetwork