can anyone say me how to find the difference of values present in two textbox and display the result in the third textbox.
for eg:
<input type=text name=t1 value=123>
<input type=text name=t2 value=20>
<input type=text name=t3 value=103>
in the t3 textbox the difference of tw otextbox shuld be displayed as soon as we focus in the third textbox.
can anyone plz help me how to find difference of two textbox and make that difference value as the value of third textbox.
Thanx in advance
for eg:
<input type=text name=t1 value=123>
<input type=text name=t2 value=20>
<input type=text name=t3 value=103>
in the t3 textbox the difference of tw otextbox shuld be displayed as soon as we focus in the third textbox.
can anyone plz help me how to find difference of two textbox and make that difference value as the value of third textbox.
Thanx in advance
Comment