Jump to content
xisto Community
campainer

Can you disable the left click?

Recommended Posts

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

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

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.