What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » right click menu

Pages: (2): « First [ 1 ] 2 » Last »
right click menu
Author: Message:
DJKAL
Senior Member
****

Avatar

Posts: 800
Reputation: 14
33 / Male / –
Joined: Oct 2005
O.P. Undecided  right click menu
is there anyway i can block the right click menu on my website/ msn space/ etc...?
"You don't sleep, you defragment!"
11-12-2005 08:17 PM
Profile E-Mail PM Web Find Quote Report
Dempsey
Scripting Contest Winner
*****

Avatar
http://AdamDempsey.net

Posts: 2395
Reputation: 53
37 / Male / Flag
Joined: Jul 2003
RE: right click menu
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.
SoundPacks   -   Scripts   -   Skins

that's not a bug, thats an unexpected feature
11-12-2005 08:24 PM
Profile E-Mail PM Web Find Quote Report
DJKAL
Senior Member
****

Avatar

Posts: 800
Reputation: 14
33 / Male / –
Joined: Oct 2005
O.P. RE: right click menu
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
"You don't sleep, you defragment!"
11-12-2005 08:25 PM
Profile E-Mail PM Web Find Quote Report
hmaster
Senior Member
****

Avatar

Posts: 716
Reputation: 24
33 / Male / Flag
Joined: Nov 2004
RE: right click menu
he means
code:
<body oncontextmenu="return false">
[Image: sig.png]
11-12-2005 08:27 PM
Profile PM Web Find Quote Report
Dempsey
Scripting Contest Winner
*****

Avatar
http://AdamDempsey.net

Posts: 2395
Reputation: 53
37 / Male / Flag
Joined: Jul 2003
RE: right click menu
quote:
Originally posted by Dempsey
in the <body> tag, add
code:
oncontextmenu="return false"


like this:
code:
<body oncontextmenu="return false">
SoundPacks   -   Scripts   -   Skins

that's not a bug, thats an unexpected feature
11-12-2005 08:28 PM
Profile E-Mail PM Web Find Quote Report
DJKAL
Senior Member
****

Avatar

Posts: 800
Reputation: 14
33 / Male / –
Joined: Oct 2005
O.P. RE: right click menu
where do i type it ? - and do i include the < and >?
"You don't sleep, you defragment!"
11-12-2005 08:29 PM
Profile E-Mail PM Web Find Quote Report
ddunk
Veteran Member
*****

Avatar

Posts: 1228
Reputation: 51
35 / Male / Flag
Joined: Mar 2004
RE: right click menu
<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?

This post was edited on 11-12-2005 at 08:34 PM by ddunk.
11-12-2005 08:31 PM
Profile E-Mail PM Web Find Quote Report
DJKAL
Senior Member
****

Avatar

Posts: 800
Reputation: 14
33 / Male / –
Joined: Oct 2005
O.P. RE: right click menu
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?
"You don't sleep, you defragment!"
11-12-2005 08:33 PM
Profile E-Mail PM Web Find Quote Report
ddunk
Veteran Member
*****

Avatar

Posts: 1228
Reputation: 51
35 / Male / Flag
Joined: Mar 2004
RE: right click menu
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.

This post was edited on 11-12-2005 at 08:41 PM by ddunk.
11-12-2005 08:40 PM
Profile E-Mail PM Web Find Quote Report
DJKAL
Senior Member
****

Avatar

Posts: 800
Reputation: 14
33 / Male / –
Joined: Oct 2005
O.P. RE: right click menu
cant find <body>
"You don't sleep, you defragment!"
11-12-2005 08:43 PM
Profile E-Mail PM Web Find Quote Report
Pages: (2): « First [ 1 ] 2 » Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On