Script Categories













Equivalents >>> Hertz Converter.

Convert between frequency and beats per minute (i.e. 8 octaves lower). Enter a number in either field, then click outside the text box.

Hertz:
Beats per minute:

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

<center>
<!-- Visit http://www.yaldex.com/ for full source code
and get more free JavaScript, CSS and DHTML scripts! -->
<form>
<table border=0>
<tr>
<td>
Hertz:
</td>
<td>
<input type=text name=F value="440" onChange="C.value = 0.234375 * this.value">
</td>
</tr>
<tr>
<td>
Beats per minute:
</td>
<td>
<input type=text name=C value="103.13" onChange="F.value = 4.2666667 * this.value">
</td>
</tr>
</table>
</form>
</center>

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!).




©