javascript
conversions and utility
italiano
english
Conversion table
choose a quantity
ACCELERATION
ANGLE
AREA
ELECTRICITY e MAGNET.
ENERGY and WORK
FORCE
HEAT, entropy, etc.
LENGTH
LIGHT
MASS and INERTIA
MOMENT of FORCE
PERMEABILITY
POWER
PRESSURE
RADIOLOGY
TEMPERATURE
TIME
VELOCITY and SPEED
VISCOSITY,dyna., kine.
VOLUME, capac. flow
Conversion factors in PDF
choose
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
international system of units
SI prefixes
fundamental physical constants
SI base and derived units
periodic table
paycheck calculator
BROWSER compatibility
: Explorer - Netscape
<head> <script language="JavaScript"> <!-- Original: Dan Scott (dscott@wirepower.com) --> <!-- Web Site: http://www.wirepower.com --> <!-- This script and many more are available free online at --> <!-- The JavaScript Math - http://www.themeter.net --> <!-- Begin function compute() { with (document.paycheck) { otrate.value = rate.value * otpercent.value; if (hours.value > 40) ot.value = hours.value - 40; if (hours.value > 40) hours.value = 40; gross.value = (rate.value * hours.value) + otrate.value * ot.value; tax.value = gross.value * taxrate.value; total.value = gross.value - tax.value - other.value; } } // End --> </script> </head> <body> <p>Enter your Pay rate, Hours worked, and optionally your tax rate, and other deductions, then click Calculate.</p> <form name="paycheck"> <div align="center"> <center> <table border="1"> <tr> <td bgcolor="#c0c0c0" align="right"><b>Pay Rate:</b></td> <td> <input type="text" name="rate" size="5"> </td> <td bgcolor="#c0c0c0" align="right">Hours:</td> <td> <input type="text" name="hours" size="5"> </td> </tr> <tr> <td align="right">OT Rate:</td> <td> <input type="text" name="otpercent" size="5" value="1.5"> </td> <td align="right">OT Hours:</td> <td> <input type="text" name="ot" size="5" value="0"> </td> </tr> <tr> <td align="right">OT Hourly:</td> <td> <input type="text" name="otrate" size="5"> </td> <td align="right">Gross Pay:</td> <td> <input type="text" name="gross" size="5"> </td> </tr> <tr> <td colspan="2"> </td> <td align="right">Tax Rate</td> <td> <input type="text" name="taxrate" value=".12" size="5"> </td> </tr> <tr> <td colspan="2"> </td> <td align="right">Total Taxes:</td> <td> <input type="text" name="tax" size="5"> </td> </tr> <tr> <td colspan="2"> </td> <td align="right">Other Deductions:</td> <td> <input type="text" name="other" value="0" size="5"> </td> </tr> <tr> <td colspan="2"> </td> <td align="right" bgcolor="#ffff80"><b>Your Paycheck:</b></td> <td> <input type="text" name="total" size="5"> </td> </tr> <tr> <td colspan="4" align="center"> <input type="button" value="Calculate" onClick="compute()" name="button"> </td> </tr> </table> </center> </div> </form> </body>
selection all the code and use
copy-paste
for insert in your page
Copyright © 1999 -2010 THEmeter.net - All Rights Reserved -
|
Home
|
Search
|
Disclaimer
|
E-mail
|
Donate
|
- www.THEmeter.net -- www.conversioni.it
-
(ver. # 23.03.08 )