Help - Search - Members - Calendar
Full Version: Enabling Right-Click
Forums > Resource Center > Webmasters' Corner > Resolved Topics
GinaDaQueen
If you add this to your favorites and click on it when you are at a page that doesn't allow right clicking, it enables right click again:

java script:x=document.getElementsByTagName('*');for (n=0;n<x.length;n++){x[n].setAttribute('oncontextmenu','return true;');}document.oncontextmenu='return true;';void 0;

Or, you can paste this into the address bar of the site that doesn't allow right clicking and you can enable it.

Note: It might not work with sites that put popup warnings after the right clicks.
SwTDreamZcumtru
happy.gif that's kool hehe
aznhybriddragon
thats kool, I never knew u can just put it in a favorites.
emoaholic
what do you do to view the source of a site where you cant paste things [even the sites own name !!] into the address bar

for instance..

http://www.xanga.com/home.aspx?user=illsome

jw =]

thanks ! blink.gif
emoaholic
forget it =] i figured it out for myself !! hehe
aznhybriddragon
QUOTE(emoaholic @ 01-21-2004, 05:31 PM)
what do you do to view the source of a site where you cant paste things [even the sites own name !!] into the address bar

for instance..

http://www.xanga.com/home.aspx?user=illsome

jw =]

thanks ! blink.gif

Have you ever tried going to view at the top (toolpanel) and then source?
casssy
ah.. thats.. tricky rolleyes.gif
xjjajeengx
0o0o0o0 sooo cool... man...

^_^
risteeny
QUOTE(aznhybriddragon @ 01-17-2004, 08:12 PM)
thats kool, I never knew u can just put it in a favorites.

wow, tha person is really ANNOYING!!!
risteeny1
QUOTE(GinaDaQueen @ 01-3-2004, 09:01 PM)
If you add this to your favorites and click on it when you are at a page that doesn't allow right clicking, it enables right click again:

java script:x=document.getElementsByTagName('*');for (n=0;n<x.length;n++){x[n].setAttribute('oncontextmenu','return true;');}document.oncontextmenu='return true;';void 0;

Or, you can paste this into the address bar of the site that doesn't allow right clicking and you can enable it.

Note: It might not work with sites that put popup warnings after the right clicks.

that's cool... tongue.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.