Poll
Rate This WebSite.
Page Views
Website Chat
Labels
Android
(6)
Apple
(16)
Blogger
(6)
Facts
(6)
hacking
(20)
How to
(44)
Internet
(11)
Mac
(21)
Microsoft
(18)
Mobiles
(6)
News
(10)
Nokia
(1)
Our Downloads
(1)
Our Websites
(4)
PC tips
(63)
PC tricks
(64)
Search Engines
(6)
Security
(18)
social networking
(9)
Survey completion
(2)
Symbian
(1)
Top websites
(5)
Windows
(67)
Yahoo
(5)
Popular Posts
-
Hey, Very are various different bottle necks on your Mac that effect the performance of your computer. Originally it would be your CPU bein...
-
On screen keyboard is one of the coolest windows features that displays a virtual keyboard on the computer screen that allows people with m...
-
When mouse isn’t working properly , this trick can be very helpful. To activate mouse keys all you do is press Alt+Left shift key + NumLock ...
-
A 64-bit RTM version of Windows 8 Enterprise N edition has been leaked. Windows 8 Enterprise is the most comprehensive version of Windows 8 ...
-
1......Continually pop out your friend's CD Drive. If he / she has more than one, it pops out all of them! 1.Open the word pad 2.co...
-
Free Download Best Anti-virus Software Programs with Full, Latest Versions-2012 Download free all anti virus software programs for your P...
-
I love my Mac and I have hundreds of applications installed on it. As a result I wanted to do a post on what I believe are the top 100 Ma...
-
30 Fantastic Geeky Tricks to Get The Most From Your Mac If you’re one of those Mac users that loves to dig in and play with hidden featur...
-
TIME's annual salute to sites and services which can keep you entertained and informed, save you time and money -- and maybe even chang...
Followers
Sponsored Links
Sponsored Links
Blog Archive
-
2012
(141)
- September(4)
- August(12)
- July(5)
- June(22)
-
May(43)
- How to FlipText
- Computer Safety Tips
- Top 10 Free Antivirus software for 2012
- Interesting computer tricks
- How to Copy Text From Any Image
- Android Installation on Windows7
- Clean RAM using notepad
- The Simplest Way To Compress A Picture
- How to Disable Right click in Blogger / Wordpress
- How to Record screen in Mac
- Any Folder as a Photo Folder
- Best Download Manager - Really Fast
- Hey Guys we have started a new site
- How to use Picture passwords in Windows 8
- Speedup Internet surfing by Open DNS settings
- 15 Coolest Firefox Tricks!
- Tips to recover scratched CD's
- Updated trick for enabling Folder option
- Add Your Name (or) Application to right click Of M...
- All Permanently deleted files Recovery solution
- Funniest PC Pranks you can play on your friends
- Turn On a Pc in 10 Seconds
- How To Copy Text From An Image
- How To Delete Admin PC Password And Get Access To ...
- Increase Your PC Processing Speed Easily
- How To Get Product Key Of Your Windows & Other Pro...
- Make your Computer Welcome You
- How to Increase Firefox Speed
- How to make shutdown virus
- 10 Top Virus scripts - How to Make a Virus - Notepad
- Windows 8 Tricks, Tips and Shortcuts
- How to Dual-Boot Windows 7 and Windows 8
- Dual Boot Windows 7 with XP or Vista
- Undo “Send” in Gmail
- 20 Amazing Facts About Google
- Free Shutdown Timer For Windows XP
- Save Your Blog From Plagiarize (Copy Paste)
- Make Backlinks For free
- Check Your Antivirus Program
- Best PC tricks
- Trick to Change the Colour of Facebook
- 7 Cool Notepad tricks to scare your friends.
- Convert text into audio using Notepad
- April(55)
Saturday, 19 May 2012
How to Disable Right click in Blogger / Wordpress
L
Disable right click with message ----><script language=JavaScript>
Have you noticed, that some web sites do not allow their visitors using right mouse click while pointer is on the blog area. This option is useful for the site and blog owners, who want to minimize the possibilities of the content direct copying to other posts.
Right click on any internet browser is very important element and we must use it when it comes to copy or editing texts and etc. It’s very important when it comes to webmasters too. but some people may use it in a bad way, and you may want to make click right disabled on your blog. to protect you text, images links and etc.
For Blogger/Blog-spot
- Go to Blogger -> Template -> Add Gadget -> HTML/JavaScript
- Paste one of the code below.(no title to be mentioned)
For WordPress:
- Login to WordPress Dashboard.
- Go to Appearance -> Widgets -> Add new Text Widget.
- Paste one of the following code and save the Widget as shown below.
Disable right click without message ---->
<script language=JavaScript>
<!--
//Disable right mouse click Script - No alert
// http://beyondmobiles.blogspot.com
var message="";
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false")
// -->
</script>
Disable right click with message ----><script language=JavaScript>
//Disable right mouse click Script
// http://beyondmobiles.blogspot.com
var message="Right Click Disabled!";
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>
Subscribe to:
Post Comments (Atom)
1 comments:
Thanks for information.I tested.. this may not work for all browsers.. for this we have to go JQuery.. this may help you.. http://aspnettutorialonline.blogspot.com/2012/05/disable-right-click-on-browser-using.html
Post a Comment