Shoutbox

right click menu - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: right click menu (/showthread.php?tid=52894)

right click menu by DJKAL on 11-12-2005 at 08:17 PM

is there anyway i can block the right click menu on my website/ msn space/ etc...?


RE: right click menu by Dempsey on 11-12-2005 at 08:24 PM

in the <body> tag, add

code:
oncontextmenu="return false"
Can't remember which browsers it works in as I don't use it anymore, although FireFox/Mozilla can overide disabling menus.

And I don't think you can modify the body tag on your MSN Space.
RE: right click menu by DJKAL on 11-12-2005 at 08:25 PM

quote:
Originally posted by Dempsey
in the <body> tag, add
code:
oncontextmenu="return false"
Can't remember which browsers it works in as I don't use it anymore, although FireFox/Mozilla can overide disabling menus.

And I don't think you can modify the body tag on your MSN Space.

sorry - i dont understnd where to type this - but thanks for helping

RE: right click menu by hmaster on 11-12-2005 at 08:27 PM

he means

code:
<body oncontextmenu="return false">

RE: right click menu by Dempsey on 11-12-2005 at 08:28 PM

quote:
Originally posted by Dempsey
in the <body> tag, add
code:
oncontextmenu="return false"


like this:
code:
<body oncontextmenu="return false">

RE: right click menu by DJKAL on 11-12-2005 at 08:29 PM

where do i type it ? - and do i include the < and >?


RE: right click menu by ddunk on 11-12-2005 at 08:31 PM

<html>
<head>
</head>
<body oncontextmenu="return false">
</body>
</html>

While I'm here, you know that everything in the right click menu can be worked around by viewing the source, right?


RE: right click menu by DJKAL on 11-12-2005 at 08:33 PM

quote:
Originally posted by Ddunk
<html>
<head>
</head>
<body oncontextmenu="return false">
</body>
</html>

:@ i dont understand - where do i type in things? - and people have goven codes which 1?

RE: right click menu by ddunk on 11-12-2005 at 08:40 PM

Open your index.html/whatever page document. Somewhere near the top there should be something that says "<body>".  Replace that with "<body oncontextmenu="return false">". Save and upload.


RE: right click menu by DJKAL on 11-12-2005 at 08:43 PM

cant find <body>


RE: right click menu by ddunk on 11-12-2005 at 08:44 PM

Press ctrl+f and search for it.

You are opening the file in a text editor and not a browser, right?


RE: right click menu by thc2010 on 11-12-2005 at 08:45 PM

Question:
Why would you want to block right clcking in the first place?


RE: right click menu by DJKAL on 11-12-2005 at 08:46 PM

quote:
Originally posted by Ddunk
Press ctrl+f and search for it.

it just says finished searching the document .... thats it

RE: right click menu by ddunk on 11-12-2005 at 08:47 PM

quote:
Originally posted by Ddunk
You are opening the file in a text editor and not a browser, right?

RE: right click menu by Nathan on 11-12-2005 at 08:47 PM

Could be he wants to hide his source to stop it bieng nicked or ermm he doesnt' want his pics copied etc.


RE: right click menu by DJKAL on 11-12-2005 at 08:48 PM

quote:
Originally posted by Ddunk
quote:
Originally posted by Ddunk
You are opening the file in a text editor and not a browser, right?


**gulps** i want to block the pics from being stolen off my space ... i spose its impossabe then?:'(
RE: right click menu by Tochjo on 11-12-2005 at 09:02 PM

It is indeed impossible to do that. Basic example: a simple Print Screen would copy the image already.


RE: right click menu by DJKAL on 11-12-2005 at 09:05 PM

i no that but thats avaiable what ever you do  - but is there anyway i can stop people right clicking an saving?


RE: right click menu by hmaster on 11-12-2005 at 09:06 PM

Not on myspaces as thats not your own site..