CALCULATOR AND CONVERTER - JavaScript Codes
Description This code shows the Encryption process using the ASCII values of the characters. Source Code <HEAD> <SCRIPT LANGUAGE="JavaScript"> <!-- Begin fu ...

Description This code calculates the Bandwidth in Bytes,Kilobytes and Megabytes. Source Code <BODY> <form name="bandwidth"> <p><input type=" ...

Description This code calculates the BMI of a person. Source Code <HEAD> <script type="text/javascript"> function calculateBMI() { var weight = eval(docum ...

Description This code counts the total number of phrase in a sentence. Source Code <HEAD> <script language=javascript> <!-- function countInstances(element,word) { montag ...

Description This code changes Celsius to Fahrenheit and vice versa. Source Code < <BODY> <SCRIPT LANGUAGE="JavaScript"> <!-- Begin <!-- ; ...

Description This is a code which calculates the Adjusted Cost based upon the figures provided. Source Code <HEAD> <SCRIPT LANGUAGE="JavaScript"> <!-- Begin v ...

Description This is a program for implementation of a Calculator. Source Code <html> <head> <title>caculator</title> <style> td{"align:"center";&quo ...

Description This code is for all the users who consume alcohol.It calculates the BAC percentage and also does the analysis on that percentage. Source Code <HEAD> <SCRIPT LANGUAGE=& ...

Description This code changes the base of a number from its Binary form. Source Code <HEAD> <SCRIPT LANGUAGE="JavaScript"> <!-- Begin function toBin(form) { ...

Description This code Encrypts a message using Character values. Source Code <HEAD> <SCRIPT LANGUAGE="JavaScript"> <!-- Begin var str_in; var str_out = &qu ...

Description This code changes the value of all the specified currencies to Euro and vice versa. Source Code <HEAD> <SCRIPT LANGUAGE="JavaScript"> <!-- Begin ...

Description This is a simple calculator which can be moved around the page. Source Code <HEAD> <style type="text/css"> <!-- #demo { margin:50px; } /* de ...

Description This code calculates the Resistance in Ohms from the combination of various colour bands and vice versa. Source Code <HEAD> <style type="text/css"> <! ...

Description This code provides all types of ASCII values for the given character. Source Code <HEAD> <SCRIPT LANGUAGE="JavaScript"> <!-- Begin binary_number ...

Description This code converts decimal numbers to its roman equivalent. Source Code <HEAD> <script> function romanise(){ var persian=numeral.value; va ...



