<HTML>
<HEAD>
<!-- Temperature Conversion Program
        Version 2.0
        tempcon.html
        By Mike Calabrese
        http://www.mikecalabrese.com
        07-23-2003 -->
<TITLE>Temperature Conversion Program</TITLE></HEAD>
<BODY BGCOLOR="#ffffff" TEXT="#000000" LINK="#008000" VLINK="#804000">
<CENTER><TABLE WIDTH="600" CELLPADDING="0" CELLSPACING="0">
<TR><TD>
<CENTER><H3>Temperature Conversion Program</H3></CENTER>
<P>This program converts fahrenheit temperatures to celsius, kelvin, 
rankine and reaumur as well as celsius to fahrenheit, kelvin, rankine and 
reaumur.  Simply enter the value that you wish to convert in the 
input field below, choose the proper conversion factor from the radio 
button group and then click on the submit button.  
Please note that all results are rounded to the nearest tenth.
<P>
<FORM ACTION="http://www.yourdomain.com/cgi-bin/tempcon/tempcon.pl" METHOD="POST">
<CENTER>
<TABLE WIDTH="450" CELLPADDING="0" CELLSPACING="0">
<TR><TD><CENTER>
<INPUT TYPE="text" NAME="amount" SIZE="5" MAXLENGTH="10">
degree(s) </CENTER>
</TD><TD>
<INPUT TYPE="radio" NAME="button" VALUE="farcon" CHECKED>
Fahrenheit to Celsius, Kelvin, Rankine & Reaumur<BR>
<INPUT TYPE="radio" NAME="button" VALUE="celcon">
Celsius to Fahrenheit, Kelvin, Rankine & Reaumur
</TD></TR>
</TABLE></CENTER>
<P><CENTER><INPUT TYPE=submit> * 
<INPUT TYPE=reset>
</FORM></TD></TR></TABLE></CENTER>
</BODY></HTML>