Disable Right Click?, Looking for non-Java Script!? |
Disable Right Click?, Looking for non-Java Script!? |
Sep 26 2005, 05:11 AM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 6 Joined: Aug 2005 Member No: 199,731 |
I'm looking for either a non-Java Script or a way around entering a Java Script for disabling the 'Right-Click' option on the pics, etc on my profile.
I'm not that bothered about security, etc. i more just want to know if it can be done. I notice this MySpace Profile uses the java script to disable the right-click but i dont know how they managed to apply it: MySpace Profile Any ideas? |
|
|
|
![]() |
Jun 15 2006, 09:29 PM
Post
#2
|
|
![]() Uh-Lar-Ray! ![]() ![]() ![]() ![]() Group: Member Posts: 110 Joined: Mar 2005 Member No: 108,897 |
CODE <script language=JavaScript> <!-- //Disable right mouse click Script //By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive //For full source code, visit http://www.dynamicdrive.com var message="Hey what gives?!"; /////////////////////////////////// function clickIE4(){ if (event.button==2){ alert(message); return false; } } function clickNS4(e){ if (document.layers||document.getElementById&&!document.all){ if (e.which==2||e.which==3){ alert(message); return false; } } } if (document.layers){ document.captureEvents(Event.MOUSEDOWN); document.onmousedown=clickNS4; } else if (document.all&&!document.getElementById){ document.onmousedown=clickIE4; } document.oncontextmenu=new Function("alert(message);return false") // --> </script> ^ I believe that is the code he is using... I tried using it for mine, but it doesn't work. |
|
|
|
modumus Disable Right Click? Sep 26 2005, 05:11 AM
jayniex """ I notice this MySpace Profile u... Sep 26 2005, 05:49 AM
modumus cheers, i've tried asking the user who owns th... Sep 26 2005, 05:55 AM
jayniex QUOTE(modumus @ Sep 26 2005, 5:55 AM)cheers, ... Sep 26 2005, 06:17 AM
modumus Cheers for the help.
their profile is:
http://pr... Sep 26 2005, 06:42 AM
jayniex QUOTE(modumus @ Sep 26 2005, 6:42 AM)Cheers f... Sep 26 2005, 07:43 AM
FlavoredTrash i thought you weren't suppose to use java scri... Jun 17 2006, 02:47 AM
KillerTeddyBear Well, I don't know. Looks like he found a way ... Jun 17 2006, 10:02 PM
This Confession You can't do that on myspace.
Myspace doesn... Jun 17 2006, 10:03 PM![]() ![]() |