How to disable right click on web page using JavaScript ?

<script language=javascript>
<!--
//Disable right mouse click Script
var message="Function 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>

HTML Scroll Box

This scroll box has had a border added to it. You can add borders to anything in HTML - including scroll boxes.

HTML Code

<div dir="ltr" style="text-align: left;" trbidi="on">
<div style="border: 8px solid yellowgreen; height: 80px; overflow: auto; padding: 2%; width: 300px;">
TEXT HERE</div>

How to Add Random Post in Blogger with Pictures

I will show you how to insert add random post in Blogger blog with thumbnail and without thumbnail with pictures.

How to Add Random Post in Blogger with Pictures

Here Blogger have popular posts gadget but if we want show older post on blog then Blogger don’t have any gadget like that, so here I provide random post widget which enable to show you the older post randomly.

How to Add Recent Post Widget for Blogger with Pictures

I will show you how to insert add recent post widget for Blogger blog with pictures.
How to Add Recent Post Widget for Blogger with Pictures

When we make website using Blogger and we add a static home page on Blogger blog home, now we want to give updates for our visitor which blog post is recent publish by us so here when we add static Home page blogger then these post is not showing on the Blogger blog home page, then we use the resent post gadget for our visitor.

How to Add Anti Adblock Script in Blogger with Pictures

I will show you how to insert add Anti Adblock script in Blogger blog with Pictures.
How to Add Anti Adblock Script in Blogger with Pictures

Here guys if you run a blog or website and you have a good traffic but you earning is low, now day people are using Adblocker extension to block ads in their web browser.