Calculadoras

Soma Autmotica +

03/11/2011 18:03
/* This script and many more are available free online at The JavaScript Source!! https://javascript.internet.com Created by: Jim Stiles | www.jdstiles.com */ function startCalc(){ interval = setInterval("calc()",1); } function calc(){ one = document.autoSumForm.firstBox.value; two...

%

04/12/2011 18:07
/* This script and many more are available free online at The JavaScript Source!! https://javascript.internet.com Created by: Jim Stiles | www.jdstiles.com */ function startCalc(){ interval = setInterval("calc()",1); } function calc(){ one = document.autoSumForm.firstBox.value; two =...

Calculo IMC

03/11/2011 18:14
/********************************************************** * Script LIVRE para uso, desde que tenha TODAS as linhas * * mantidas e inalteradas. * ********************************************************** * Script Criado por Thiago Tomais ...

Conversor Beta

03/11/2011 18:06
//#0 função de início function tipoF(){ var a=conversor.tipo.value; if(a=="tempo"){tempo()} else if(a=="temperatura"){temperatura()} else if(a=="velocidade"){velocidade()} else if(a=="massa"){massa()} else if(a=="bytes"){bytes()} else...
Itens: 1 - 4 de 4