Log In · Register

 
 
Closed TopicStart new topic
Disable Right Click?, Looking for non-Java Script!?
modumus
post 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?
 
jayniex
post 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
 
modumus
post 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.
 
jayniex
post Sep 26 2005, 06:17 AM
Post #4


 tattoo you !!! ____________
****

Group: Member
Posts: 112
Joined: Aug 2005
Member No: 212,224



QUOTE(modumus @ Sep 26 2005, 5:55 AM)
cheers, i've tried asking the user who owns that profile but they haven't been signed-in for over a month.
*

oh well hands up in the air ::giggle:: ::giggle::

if ya give me there URL ill most likely be able to find the code there using.
 
modumus
post 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 :)
 
jayniex
post 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
 
KindLadyJigsaw
post 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.
 
FlavoredTrash
post 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???
 
KindLadyJigsaw
post 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*
post 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.
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: