-
Notifications
You must be signed in to change notification settings - Fork 0
/
heat.html
16 lines (15 loc) · 3.55 KB
/
heat.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!-- SPECIFIC HEAT CAPACITY CONVERTER START -->
<style type="text/css">
body,td,th {
color: #8C8C8C;
}
body {
background-color: #FFFFFF;
}
</style>
<form style="padding:0;margin:0" name="cat=Specific_Heat_Capacity">
<table align=center width=420 style="font-family:Verdana;font-size:100%" border=0 cellpadding=0 cellspacing=0><tr><td style="padding:1.2ex 1.5ex;width:50%;font-family:Verdana;font-size:13px">From:<br><input style="width:100%;font-family:Verdana;font-size:100%" type=text name="bindid=left;base=1"></td><td style="padding:1.2ex 1.5ex;width:50%;font-family:Verdana;font-size:13px">To:<br><input style="width:100%;font-family:Verdana;font-size:100%" type=text name="bindid=right"></td></tr><tr><td style="padding:1.2ex 1.5ex;width:50%;font-family:Verdana;font-size:13px">
<select name=left size=1 style="width:100%;font-family:Verdana;font-size:100%"><option value="joule/kilogram/K" selected>joule/kilogram/K [J/(kg*K)]</option><option value="joule/kilogram/%b0C">joule/kilogram/°C</option><option value="joule/gram/%b0C">joule/gram/°C [J/(g*°C)]</option><option value="kilojoule/kilogram/K">kilojoule/kilogram/K</option><option value="kilojoule/kilogram/%b0C">kilojoule/kilogram/°C</option><option value="calorie (IT)/gram/%b0C">calorie (IT)/gram/°C</option><option value="calorie (IT)/gram/%b0F">calorie (IT)/gram/°F</option><option value="calorie (th)/gram/%b0C">calorie (th)/gram/°C</option><option value="kilocalorie (IT)/kilogram/K">kilocalorie (IT)/kilogram/K</option><option value="kilocalorie (th)/kilogram/K">kilocalorie (th)/kilogram/K</option><option value="Btu (IT)/pound/%b0F">Btu (IT)/pound/°F</option><option value="Btu (th)/pound/%b0F">Btu (th)/pound/°F</option><option value="Btu (IT)/pound/%b0R">Btu (IT)/pound/°R</option><option value="Btu (th)/pound/%b0R">Btu (th)/pound/°R</option><option value="Btu (IT)/pound/%b0C">Btu (IT)/pound/°C</option><option value="CHU/pound/%b0C">CHU/pound/°C</option></select></td><td style="padding:1.2ex 1.5ex;width:50%;font-family:Verdana;font-size:13px">
<select name=right size=1 style="width:100%;font-family:Verdana;font-size:100%"><option value="joule/kilogram/K" selected>joule/kilogram/K [J/(kg*K)]</option><option value="joule/kilogram/%b0C">joule/kilogram/°C</option><option value="joule/gram/%b0C">joule/gram/°C [J/(g*°C)]</option><option value="kilojoule/kilogram/K">kilojoule/kilogram/K</option><option value="kilojoule/kilogram/%b0C">kilojoule/kilogram/°C</option><option value="calorie (IT)/gram/%b0C">calorie (IT)/gram/°C</option><option value="calorie (IT)/gram/%b0F">calorie (IT)/gram/°F</option><option value="calorie (th)/gram/%b0C">calorie (th)/gram/°C</option><option value="kilocalorie (IT)/kilogram/K">kilocalorie (IT)/kilogram/K</option><option value="kilocalorie (th)/kilogram/K">kilocalorie (th)/kilogram/K</option><option value="Btu (IT)/pound/%b0F">Btu (IT)/pound/°F</option><option value="Btu (th)/pound/%b0F">Btu (th)/pound/°F</option><option value="Btu (IT)/pound/%b0R">Btu (IT)/pound/°R</option><option value="Btu (th)/pound/%b0R">Btu (th)/pound/°R</option><option value="Btu (IT)/pound/%b0C">Btu (IT)/pound/°C</option><option value="CHU/pound/%b0C">CHU/pound/°C</option></select></td></tr><tr><td colspan=2 style="padding:1.2ex 1.5ex;font-family:Verdana;font-size:13px">Result:<br><input style="width:100%;font-family:Verdana;font-size:100%" type=text name="type=result;bindid=left;bindid2=right"></td></tr></table>
</form>
<script src=http://www.unitconversion.org/converter3/converter3.js></script>