<html> <head> <meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>Value 1</title> </head> <body> <form method="POST" action="calculate.php"> <p align="center">Value 1:<input type="text" name="val1" size="20"><br> </p> <p align="center"><input type="radio" value="add" name="calc" checked>Add<br> <input type="radio" value="subtract" name="calc">Subtract<br> <input type="radio" value="multiply" name="calc">Multiply<br> <input type="radio" value="divide" name="calc">Divide</p> <p align="center">Value 2:<input type="text" name="val2" size="20"></p> <p align="center"><input type="submit" value="Calculate" name="B1"></p> </form> <p align="center"> <A HREF="http://www.nafwa.org" target="_blank" title="NAFWA.org">Powered By The Nutrition and Food Web Archive</A> </p> </body> </html>