Help - Search - Members - Calendar
Full Version: any code for no right click?
Forums > Resource Center > Webmasters' Corner > Webmasters' Corner Resolved Topics
spiffeyxangel
Does anybody know the code for not being able to right click? I want it for my site...Spiffey.tk...plz help. ermm.gif
Pulchritude

You can try these
- http://www.createblog.com/forums/index.php?showtopic=19872
^ that once disables highlighting and right clicking
- http://www.createblog.com/forums/index.php?showtopic=54
^ thats a pop up.

For more scripts check out the xanga scripts
- http://www.createblog.com/forums/index.php?showforum=3
talcumpowder
For this first one, you can remove the ondragstart part to make it right-click only.
CODE
<body bgcolor="#FFFFFF"onselectstart="return false" oncontextmenu="return false">
miix-tape

[ please use a codebox for long scripts! _smile.gif ]
this worked for me, but sometimes it makes it so there's no right click for the whole page
The-Mach-Hare
CODE
<body bgcolor="#FFFFFF" ondragstart="return false" onselectstart="return false" oncontextmenu="return false">


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