javascript
conversioni e utilità
italiano
english
Tabelle di conversione
scegli una GRANDEZZA
ACCELERAZIONE
ANGOLI
AREA
CALORE, entropia, etc.
ELETTRICITA' e MAGNET.
ENERGIA e LAVORO
FORZA
LUNGHEZZA
LUCE
MASSA e INERZIA
MOMENTO della FORZA
PERMEABILITA'
POTENZA
PRESSIONE
RADIOLOGIA
TEMPERATURA
TEMPO
VELOCITA'
VISCOSITA',dina., cine.
VOLUME, capac. portata
Fattori di conversione in PDF
SELEZIONA
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
V
W
Y
ALL LIST
sistema internazionale
multipli e sottomultipli
costanti fondamentali
unità fondamentali e derivate
tavola periodica
teorema di pitagora
compatibile IE NE
<HTML> <BODY bgcolor="white"> <SCRIPT> //SCRIPT COPYRIGHT 1998 Greg Bland all rights reserved //You may only use this script if this header is included //and if you want to incur profits off of my script, you will //need my written authorization. function touse() { alert("just enter a and b, dont square it, your computer will do it for you") } function solvepg() { a = document.pythagorean b = a.a.value c = a.b.value c=parseInt(c) b=parseInt(b) b = b*b c = c*c d = b+c e = Math.sqrt(d) document.pythagorean.theorem.value = e } </script> <P> <FORM name="pythagorean"> <CENTER> <P>pythagorean theorem <BR> <I>a(squared) + b(squared) = c(squared) <HR> <P> <INPUT TYPE="button" onClick="touse()" value="To Use this...."> <P> a <input type="text" name="a" value=""> <P> b <input type="text" name="b" value=""> <P> <input type="button" value="Compute.." onClick="solvepg()"> <P> Output: <input type="text" name="theorem" value=""> </form> </center> </body> </html> <!-- www.themeter.net -->
seleziona tutto il codice ed utilizza
copia-incolla
per inserirlo nelle tue pagine
Copyright © 1999 -2010 THEmeter.net -Tutti i diritti riservati -
|
Home
|
Search
|
Disclaimer
|
E-mail
|
Donazioni
|
- www.THEmeter.net -- www.conversioni.it
-
(ver. # 23.03.08 )