Becca 0 Report post Posted November 11, 2004 Phut phut ? This post is still active ???Some one told them how to do it long ago....I think they know now...lmao :)Anyways...disabling LEFT click is just weird....or funnyBye off to go trampolining x Becca Share this post Link to post Share on other sites
karloweb 0 Report post Posted November 11, 2004 You can find more about JavaScript in this links:http://www.js-x.com/https://www.codeschool.com/http://www.pageresource.com/http://forums.xisto.com/no_longer_exists/http://www.javascript-2.com/ very cool script language!And the coolest things are examples [primers] !!! Share this post Link to post Share on other sites
RED NOVA 0 Report post Posted November 27, 2004 nah i did it jut then... <script language="JavaScript">[br]// distributed by [URL=http://hypergurl.com]http://hypergurl.com[/URL][/br]<!--[br]var popup="Sorry, right-click is disabled.\n\nThis Site Copyright Š2000";[/br]function noway(go) {[br]if (document.all) {[/br]if (event.button == 1) {[br]alert(popup);[/br]return false;[br]}[/br]}[br]if (document.layers) {[/br]if (go.which == 3) {[br]alert(popup);[/br]return false;[br]}[/br]}[br]}[/br]if (document.layers) {[br]document.captureEvents(Event.MOUSEDOWN);[br]}[/br]document.onmousedown=noway;[/br]// --> </script>script was from http://hypergurl.com/ <{POST_SNAPBACK}> Yea it works, its better off too use it to mess with peoples heads. Maybe you can disable both, left and the right click just to play with them. But that will be no point to it. Share this post Link to post Share on other sites
icedragn 0 Report post Posted December 5, 2004 I heard from proscripters you cant desable left click unless you edit or create your own browser. <{POST_SNAPBACK}> wow, thats a kneeslapper now aint it? LOLOLOL, proscripters? hmm cant be too damn pro when a newb like me that knows *BLEEP* about javascript and such but yes you CAN disaable both mouse buttons or just the right/left lolololo, proscripters hahahaha. Sorry for laughin so much, its just the fact that you referred to them as "PRO" hahaha, sorry ne ways yes you can disable it like stated numerous times, i just needed to post this haha. Share this post Link to post Share on other sites
iGuest 3 Report post Posted February 8, 2012 Hi... I am an alien to Javascript. But by surfing the net and a little bit of R&D, I was able to do the following: <body bgcolor="#ffffff" topmargin="0" ondragstart="return false" onselectstart="return false" oncontextmenu="return false;"> Prevents "Right Click" and "Drag-Select" so the text can' be copied nor can any image be saved using Rt. Clik. Instead of block "Left Click" for the entire site.. which may then make surfing difficult and annoying.... the following code can prevent the user from "Left Click" on a particular image to enlarge it... to be pasted in the <td> tag - onClick="return false" eg: http://forums.xisto.com/no_longer_exists/ First hover over the image thumbnail. Then try LEFT clicking on the thumbnail. - percy jamshedwala Share this post Link to post Share on other sites