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
calcolo percentuali
compatibile IE NE
<script language="JavaScript"> <!-- //Script by Tom Richardson Jr. //Permission to use this script is permited as long //as this part stays intact. //If you have any questions, e-mail me at gooftroop@geocities.com //or visit mt web site at http://home.rmci.net/gooftroop //This is a user-friendly Percent calculator. It uses terms //and text fields that the average idiot can understand. //Have fun!! function perc1() { a = document.form1.a.value/100; b = a*document.form1.b.value; document.form1.total1.value = b } function perc2() { a = document.form1.c.value; b = document.form1.d.value; c = a/b; d = c*100; document.form1.total2.value = d } //--> </script> <form name="form1"><center> <table border=1 cellpadding=1 cellspacing=1> <td colspan="3" align=center><b> <font color=red size=6>Percent</font> <font color=blue size=6>+</font></b> <br> <i><font size=-50>by </font></i><a href="http://home.rmci.net/gooftroop"><font size=-50><i>Tom Richardson Jr.</i></font></a></td> <tr> <td>What is <input type="text" name="a" size=5> % of <input type="text" name="b" size=5>?</td> <td>Answer: <input type="text" name="total1" size=5 maxlength=40></td> <td><input type="button" value="Calculate" onClick="perc1()"></td> <tr> <td><input type="text" name="c" size=5> is what percent of <input type="text" name="d" size=5>?</td> <td>Answer: <input type="text" name="total2" size=5> %</td> <td><input type="button" value="Calculate" onClick="perc2()"></td> <tr> <td colspan="3" align=center><input type="reset" value="Reset"></td> </table> </center></form> <P><HR WIDTH=60%><P> Script by: <A HREF="mailto:gooftroop@geocities.com">Tom Richardson Jr.</A> <P> Great useful script. Percentages are tough, and this does them quickly for you. Make sure you get the entire script.<P> <A HREF="percent.txt" ONMOUSEOVER="window.status='GRAB THE SCRIPT'">Grab the Script</A> <!-- for more visit 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 )