Javascript:Percentage Gain Javascript Calculator
This script will Calculate the percentage of increase/decrease between two units. A simple, effective script.Percentage Gain Javascript Calculator is very useful script. <html xmlns="http://www.w3.org/1999/xhtml" > <head...
Read moreJavascript Code: Live Clock on webpage
Javascript Code: Live Clock on webpage,display current date and time on webpage free javascript code. This is a cross browser live clock script. In this script you can...
Read moreJavascript Code: Display Clock to show visiting time on page
Clock the visitor time visiting the page If you want to display the total time a user spend on your webpage then the below javascript code is for...
Read moreJavascript Code:Add a Print button for page
Button for printing the page, print the page button . You can easily add a print button or link to your web page. 1-Add Print Button <form><input type="button"...
Read moreJavascript Code: Back and forward button
So you would like to put a link on your page that will take visitor's back to the previous page and forward to next page. One that works...
Read moreChange the Background color of the page
This is a kind of useless piece of JavaScript code, although I suppose it could be useful for something. I will present you with the code straightaway, that...
Read moreHow to Shake Internet Explorer - Javascript Code
In this tutorial, you will learn how to shake Internet Explorer window. I have already teach you about a JavaScript code from which you can shake your Mozilla...
Read moreJavascript Code: Go to top of page Link
if you want to add a link or a button which if you click on it the page going to top you can have it and whenever the...
Read moreAdsense Tips for Maximum CTR
An increase in CTR can mean a lot to AdSense Revenue. To increase AdSense revenue, you have to either increase the traffic or CTR. If somehow, you manage...
Read moreHtml Code: Disply Today's date on webpage Using a nice calendar
Disply calendar on your website If you want to disply a calendar on your webpage then the below javascript code is for you,this code will display calendar on...
Read moreJavascript to Get All details about the client's browser
There are several ways of identifying a browser, but by using below JavaScript code you can Indentify Each and everything about browser.See the below example: <html> <body> <script...
Read moreJavascript Code: Indentify your browser
There are several ways of identifying a browser, but by using below JavaScript code you can Indentify your browser. <html> <body> <h1>Welcome Guest !</h1> <hr> <p>Your browser...
Read moreJavascript Codes: Window Browser Events
Handling onBlur and onFocus in Frames <HTML> <HEAD> <SCRIPT LANGUAGE="JavaScript"> function gotFocus() { document.bgColor="#FFFFFF" } function lostFocus() { document.bgColor="#FF0000"; } </SCRIPT> </HEAD> <BODY onFocus="gotFocus()" onBlur="lostFocus()"> <H1>Document 1</H1> </BODY>...
Read more