Can you disable the left click?

Pages: 1, 2, 3
free web hosting

Read Latest Entries..: (Post #20) by icedragn on Dec 5 2004, 10:30 PM. (Line Breaks Removed)
QUOTE(prodigy @ Aug 20 2004, 09:06 AM)I heard from proscripters you cant desable left click unless you edit or create your own browser.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... read more.
Read the FIRST post of this Topic. - Express your Opinion! Contribute Knowledge :-).

Open Discussion > CONTRIBUTE > Computers > Programming Languages > HTML, XML etc..

Can you disable the left click?

campainer
Just for a bit of fun, I know its possible to disable the right click, but is it posible to disable the left click???

Laterz
Matty

Reply

Gamesquare
Yes. You could just do something like this:

CODE
<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?

Reply

Raptrex
dont u mean u want no right click?

Reply

ill
no left-clicking would be hilarious... though i don't believe they'd be able to navigate your site too well. blink.gif lol

put a VIEW FREE PORN link in the middle of the page and disable left click haha laugh.gif

Reply

Bash
lol, that would be awesome! wouldn't do it on a really public site, where u want visitors... looooool

Reply

prodigy
I heard from proscripters you cant desable left click unless you edit or create your own browser.

Reply

zip_mc
nah i did it jut then...

CODE
<script language="JavaScript">
// distributed by [URL=http://hypergurl.com]http://hypergurl.com[/URL]
<!--
var popup="Sorry, right-click is disabled.\n\nThis Site Copyright ©2000";
function noway(go) {
if (document.all) {
if (event.button == 1) {
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>



script was from http://hypergurl.com wink.gif

Reply

groentjuh
QUOTE(zip_mc @ Aug 20 2004, 07:05 PM)
script was from http://hypergurl.com wink.gif

// distributed by http://hypergurl.com



i didn't see that tongue.gif biggrin.gif


QUOTE(ill @ Aug 19 2004, 11:59 PM)
no left-clicking would be hilarious... though i don't believe they'd be able to navigate your site too well.  lol

put a VIEW FREE PORN link in the middle of the page and disable left click haha


then you hav to disable right click too...... wink.gif and then i can still get that url tongue.gif

 

 

 


Reply

zip_mc
lol u could just go viewsource and find it.. or it might be posible to use your keyboard..

Reply

CorpseGrinder
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 wink.gif

Reply

Latest Entries

icedragn
QUOTE(prodigy @ Aug 20 2004, 09:06 AM)
I heard from proscripters you cant desable left click unless you edit or create your own browser.
*



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. [post #6/50]

Reply

RED NOVA
QUOTE(zip_mc @ Aug 20 2004, 07:05 PM)
nah i did it jut then...

CODE
<script language="JavaScript">
// distributed by [URL=http://hypergurl.com]http://hypergurl.com[/URL]
<!--
var popup="Sorry, right-click is disabled.\n\nThis Site Copyright ©2000";
function noway(go) {
if (document.all) {
if (event.button == 1) {
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>

script was from http://hypergurl.com wink.gif
*





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.

Reply

karloweb
You can find more about JavaScript in this links:
www.js-examples.com
www.javascript.com
www.javascriptcity.com
www.javascript-page.com
www.javascript-2.com

It's very cool script language!
And the coolest things are examples [primers] !!!

Reply

Becca
Phut phut ? This post is still active ???
Some one told them how to do it long ago....I think they know now...lmao tongue.gif

Anyways...disabling LEFT click is just weird....or funny

Bye off to go trampolining x Becca

Reply

iwuvcookies
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.

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.

Pages: 1, 2, 3
Recent Queries:-
  1. disable right click to one field - 6.29 hr back. (1)
  2. left click code - 7.92 hr back. (1)
  3. how to disable left click in part of html - 13.11 hr back. (1)
  4. how to block left click on vista - 32.28 hr back. (1)
  5. html block left click - 35.60 hr back. (1)
  6. no left click - 51.09 hr back. (1)
  7. disabled left click html code - 61.76 hr back. (1)
  8. no left click on images html code - 65.56 hr back. (1)
  9. disable left click - 19.80 hr back. (2)
  10. javascript left click disable - 80.77 hr back. (1)
  11. disable "left click" - 85.56 hr back. (1)
  12. disable left mouse click href javascript example - 87.53 hr back. (1)
  13. disalble left click html code - 94.92 hr back. (1)
  14. javascript disable left click - 101.28 hr back. (1)
Similar Topics

Keywords : disable, left, click

  1. Simulate Click In Ie
    (4)
  2. Select All Text In A Form Field On Click
    (1)
    Hi, I have made a script which generates a BBcode when you run it, and displays it in a text field,
    like this: CODE <input type="text" name="bbcode" size="81"
    value="[IMG]<?php echo $url; ?>[/IMG]"> Well, anyway, I
    want something that selects all the text in that form field when you click on it, like it does in
    ImageShack when you upload.......
  3. Disable Scrollbars, Menubars Etc....
    Javascript / Html code to disable them (6)
    hi, i would like to know how the scrollbars, menubars etc.. can be disabled. I hope someone can help
    me with this. /biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif"
    /> Btw: can you tell me where the code should be inserted to? thanks! /cool.gif"
    style="vertical-align:middle" emoid="B)" border="0" alt="cool.gif" />....
  4. Deactivate right click
    in internet explorer (42)
    CODE <style onload="function noRightClick() {if(event.button==2)
    {alert('Copyright® by Bullit')}}document.onmousedown=noRightClick">
    </style> OR CODE <noscript>You need to have JavaScript enabled in order to
    view this page correctly!</noscript> <script
    type="text/javascript"><!-- var message="don't do that"; function
    clickIE4(){ if (event.button==2){ alert(message); return false; } }
    function clickNS4(e){ ....

    1. Looking for disable, left, click

*RANDOM STUFF*





*SIMILAR VIDEOS*
Searching Video's for disable, left, click

*MORE FROM TRAP17.COM*
advertisement



Can you disable the left click?



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute your information that might help someone here.
Ask your Doubts & Queries to get answers.. "Together, We enlight each other!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE