campainer 0 Report post Posted August 14, 2004 Just for a bit of fun, I know its possible to disable the right click, but is it posible to disable the left click???LaterzMatty Share this post Link to post Share on other sites
Gamesquare 0 Report post Posted August 14, 2004 Yes. You could just do something like this: <body onclick="alert('Clicking is not allowed.'); return false"> If you only wanted to disable left clicking, you would have to change the code that checks whether the user had right-clicked to check for left-clicking.Does that help? Share this post Link to post Share on other sites
Raptrex 0 Report post Posted August 14, 2004 dont u mean u want no right click? Share this post Link to post Share on other sites
Bash 0 Report post Posted August 20, 2004 lol, that would be awesome! wouldn't do it on a really public site, where u want visitors... looooool Share this post Link to post Share on other sites
iGuest 3 Report post Posted August 20, 2004 I heard from proscripters you cant desable left click unless you edit or create your own browser. Share this post Link to post Share on other sites
zip_mc 0 Report post Posted August 20, 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/ Share this post Link to post Share on other sites
groentjuh 0 Report post Posted August 20, 2004 script was from http://hypergurl.com/ // distributed by http://hypergurl.com/i didn't see that no left-clicking would be hilarious... though i don't believe they'd be able to navigate your site too well. lolput a VIEW FREE PORN link in the middle of the page and disable left click haha then you hav to disable right click too...... and then i can still get that url Share this post Link to post Share on other sites
zip_mc 0 Report post Posted August 21, 2004 lol u could just go viewsource and find it.. or it might be posible to use your keyboard.. Share this post Link to post Share on other sites
CorpseGrinder 0 Report post Posted September 14, 2004 i know how to disable right clicking, i had no idea you could disable left clicking too.whats this world coming to???? heh just kidding Share this post Link to post Share on other sites
Amorphia 0 Report post Posted September 30, 2004 for greater codes then all posted above go to codezwiz.com. im sure youll find what you need or even better codes Share this post Link to post Share on other sites
pweb 0 Report post Posted October 23, 2004 yesbut I think Its JSP codeyou can search in webdesign web site and find it http://www.hotscripts.com/ Share this post Link to post Share on other sites
alapidus 0 Report post Posted October 24, 2004 you would need to disable tab and shift+tab too for best results: <body [b]onFocus[/b]="alert('The internet has deemed this site inappropiate for use.'); return false">also, if you don't want someone to move the mouse:<body onMouseMove="alert('The internet has deemed this site inappropiate for use.'); return false"> Share this post Link to post Share on other sites
Taupe 0 Report post Posted October 26, 2004 Just for a bit of fun, I know its possible to disable the right click, but is it posible to disable the left click???Both are impossible... Share this post Link to post Share on other sites
sandymc 0 Report post Posted November 10, 2004 phew... i laughing... haha.... why do u want to disable left click??you can do it using javascript just like on how you do on disable right one Share this post Link to post Share on other sites
iwuvcookies 0 Report post Posted November 11, 2004 The Link is Here!It disables left and right click. It was pretty annoying when I tried to highlight the code to paste in here. I had to use the keyboard. lol. Share this post Link to post Share on other sites