Free Java Script Download

Free Java Script Download - Disable right mouse click Java Script.

This java script will help you disable the right mouse click feature of your
visitors mouse. This is a great java script to protect images on your webpage’s.

Copy the code from <script language=”JavaScript”> to </script> (high lighted
in burgundy) and paste it into your webpage either in before the body tag or for
SBI Block Builders place it before your content.

<script language=JavaScript>

<!–

var message=”This action is not allowed and has been 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>



Code Works in IE and Firefox. - .

Don’t forget to browse our website for more code.
If there is something you need and you can’t find it please contact us via the
contact form and let us know what you’re looking for and I will do my best to
come up with a solution for you.

Java script code can be created for most needs its just a matter of creating good
code that can work on most web browsers which can be a mission on its own.
Another alternative is to browse the Internet for other usable code yo may be
looking for to do that specific job on your webpage.

Tags:

Java Script the Definitive Guide

Tags:

Beginning Java Script

Beginning Java Script for the first time can be a daunting experience because its something new you need to learn. Java script can add flexibility to your web pages by using the powerful scripting capabilities of this programming language.

Java script is a client based programming language. This means that the java script will be activated to run and perform once the webpage commences to open in your visitors web browser.

There is also a server side programming language that works like Java Script but gets activated and starts to perform what the code has been programmed to do from the server once a web page starts to load up in a web browser.

An example of this is PHP or ASP.

A little care is needed to make sure you choose java scripts that work in Internet Explorer, Fire Fox and some other browsers.

Today we are in a better position than we were 5 years ago when selecting and applying java script to web pages. The reason is that time has passed so sufficient testing can be done and we end up having true and tested Java Script.

Javascript can be programmed to do a variety of things and if applied and used correctly can add very powerful applications in web pages. Don’t rush in adding Javascript to your web page’s when beginning java script additions to your content. Make sure you do your research and you find the correct code that will work with your purpose in mind for your web page’s.

Tags: