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? |
|
|
|
![]() |
Sep 26 2005, 05:49 AM
Post
#2
|
|
![]() tattoo you !!! ____________ ![]() ![]() ![]() ![]() Group: Member Posts: 112 Joined: Aug 2005 Member No: 212,224 |
""" I notice this MySpace Profile uses the java script to disable the right-click but i dont know how they managed to apply it: """
go to that account and ask them ??? I cant stand that windows stamp like thing that appearers when cruising over pictures. I enter all my pictures on my profile as back grounds. In the past Ive made thumbnail click on photo albums using blog pages. hope that helps. jaynie_x |
|
|
|
Sep 26 2005, 05:55 AM
Post
#3
|
|
|
Newbie ![]() Group: Member Posts: 6 Joined: Aug 2005 Member No: 199,731 |
cheers, i've tried asking the user who owns that profile but they haven't been signed-in for over a month.
|
|
|
|
Sep 26 2005, 06:17 AM
Post
#4
|
|
![]() tattoo you !!! ____________ ![]() ![]() ![]() ![]() Group: Member Posts: 112 Joined: Aug 2005 Member No: 212,224 |
|
|
|
|
Sep 26 2005, 06:42 AM
Post
#5
|
|
|
Newbie ![]() Group: Member Posts: 6 Joined: Aug 2005 Member No: 199,731 |
Cheers for the help.
their profile is: http://profile.myspace.com/index.cfm?fusea...=20050901002825 any help would be awesome :) |
|
|
|
Sep 26 2005, 07:43 AM
Post
#6
|
|
![]() tattoo you !!! ____________ ![]() ![]() ![]() ![]() Group: Member Posts: 112 Joined: Aug 2005 Member No: 212,224 |
QUOTE(modumus @ Sep 26 2005, 6:42 AM) Cheers for the help. their profile is: http://profile.myspace.com/index.cfm?fusea...=20050901002825 any help would be awesome :) I'm on dial up today and that page is too heavy to open. ill give it a try when i get home. it looks like hes over riding the myspace java filters most likely the last on line date is bogus he/she might be on line right now |
|
|
|
Jun 15 2006, 09:29 PM
Post
#7
|
|
![]() 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. |
|
|
|
Jun 17 2006, 02:47 AM
Post
#8
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 45 Joined: Dec 2005 Member No: 317,442 |
i thought you weren't suppose to use java script???
|
|
|
|
Jun 17 2006, 10:02 PM
Post
#9
|
|
![]() Uh-Lar-Ray! ![]() ![]() ![]() ![]() Group: Member Posts: 110 Joined: Mar 2005 Member No: 108,897 |
Well, I don't know. Looks like he found a way around it...
|
|
|
|
| *This Confession* |
Jun 17 2006, 10:03 PM
Post
#10
|
|
Guest |
You can't do that on myspace.
Myspace doesn't allow javascript. there isn't any reason to have it someone can get to your source simple. and take everything. theres no point in it he used javascript and you can't put that on myspace or it will just show the coding i took all his coding and none of it works i'm closing this. |
|
|
|
![]() ![]() |