Description
I'm trying to create a script so when the user types in a number, they can choose whether or not they want to convert it from Celsius to Fahrenheit or vice-versa. It will also have a field to input how many increments you'd want the temperatures to go up by. Then when you click the Convert button, it will create a table with 2 rows and 10 columns that will display the temperatures starting from whatever the user typed in, also showing the increments of whatever number the user has set as well.
here is an example of what I'm looking for: http://i61.tinypic.com/2vc9t2d.png
so far I have a bit of a base, but it's not much.. I can't create the table and something's wrong with my radio buttons