![]() |
#2
mouseten2013-02-19 09:13
|

<table style="text-align:center; width:300px;">
<tr>
<td>
<input id="tb_numberA" type="text" value="0"/>
</td>
<td class="auto-style2">+</td>
<td class="auto-style2">
<input id="tb_numberB" type="text" value="0"/>
</td>
<td class="auto-style2">
<input id="Button1" type="button" value="=" onkeyup="sum()"/>
</td>
<td class="auto-style2">
<input id="result" type="text" />
</td>
</tr>
</table>
<tr>
<td>
<input id="tb_numberA" type="text" value="0"/>
</td>
<td class="auto-style2">+</td>
<td class="auto-style2">
<input id="tb_numberB" type="text" value="0"/>
</td>
<td class="auto-style2">
<input id="Button1" type="button" value="=" onkeyup="sum()"/>
</td>
<td class="auto-style2">
<input id="result" type="text" />
</td>
</tr>
</table>