Script Categories













Equivalents >>> Temperature.

JavaScript can help you find temperature equivalents.

Enter a number in either field, then click outside the text box.
F:
C:

Add the below code to the <body> section of your page:

<b>Enter a number in either field, then click outside the text box.</b>
<form>
F:
<input type="text" name="F" value="32"
onChange="C.value = 100/(212-32) * (this.value - 32 )"><br>
C:
<input type="text" name="C" value="0"
onChange="F.value = (212-32)/100 * this.value + 32 "><br>
</form>

JavaScript Editor Get Advanced
JavaScript and Ajax Editor,
Validator and Debugger!

1st JavaScript Editor.



Code was highlighted by 1st JavaScript Editor (The Best JavaScript Editor!).




©