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
calcola esponenziale
compatibile IE NE
<!-- START OF SCRIPT --> <HTML> <HEAD> <script language="JavaScript"> <!-- //Script by Tom Richardson Jr. //Permission to use this scipt is permited as long as this //part stays intact. //If you have any questions, e-mail me at gooftroop@geocities.com //or visit my website at http://home.rmci.net/gooftroop //This is just a basic calculator that will do the exponential math. //Or, in basic terms, will calculate powers of any given number. //Just another user-friendly calculator that uses terms and text //fields that any idiot can use. //Have fun!! function power() { a = document.form1.a.value; b = document.form1.b.value; c = Math.pow(a,b); document.form1.total.value = c } //--> </script> </head> <form name="form1"><center> <table border=1 cellspacing=1 cellpadding=1> <td colspan=3 align=center><b><font size=6 color=red>Power</font> <font size=6 color=blue>+</font> <br> <i><font size=-50>by <a href="http://home.rmci.net/gooftroop">Tom Richardson Jr.</a></i></font></td> <tr> <td>What is <input type="text" name="a" size=5> to the <input type="text" name="b" size=5> th/nd power?</td> <td>Answer: <input type="text" name="total" size=10></td> <td><input type="button" value="Calculate" onClick="power()"></td> <tr> <td colspan=3 align=center> <input type="reset" value="Reset"> </td> </table> </form></center> <P><HR WIDTH=60%><P> Script by: <a href="http://home.rmci.net/gooftroop">Tom Richardson Jr.</a> <P> How many times have you been asked to raise a number to a certain power?!?! None? Me too. But just in case - here's a script that will do it. <P> <A HREF="power.txt" ONMOUSEOVER="window.status='GRAB THE SCRIPT'">Grab the Script</A> <!-- for more visit www.themeter.net --> <!-- END OF SCRIPT -->
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 )