I have this page in pic :
I need to get [D] and [E] from another inputs and in each row I have a different mathematical (power of & divided by )
any one know code to get the result of each mathematical calculation ?
and How I get [D] and [E] from another function ???
this is the code of HTML:
<td>Daily aeroplane landings for all runways:<br>
Annual aeroplane landings all runways ÷ 365 days per annum Daily aeroplane landings all runways
<div class="row gtr-uniform">
<div><input type="text" class="total" name="demo-r" id="number" value="" style="height: 2em" /></div>
<div id="outpoput"></div><br/></div>
<br/>Average annual aeroplane mass for annual aeroplane landings for all runways:<br>
<span class="auto-style1">Annual aeroplane landing mass</span> ÷
<span class="auto-style1">Annual aeroplane landings</span>=
<span class="auto-style1">Average annual aeroplane mass for annual aeroplane landings for all runways </span></div>
<div class="row gtr-uniform">
<div><input type="text" name="demo-av" id="ber" value="" style="height: 2em; width: 60%" /></div>
<div><input type="text" name="demo-ev" id="rom" value="" style="height: 2em; width: 60%" /></div>
<div><input type="text" name="demo-nv" id="tot" value="" style="height: 2em" /></div>
please heeeeelp me