Quote:
Originally Posted by shabbir
Now my code does exactly the same. Would you mind running my code.
Where i can put that code?
<INPUT TYPE="text" NAME="qty1" Value="">
<INPUT TYPE="text" NAME="qty2" value="">
<INPUT TYPE="text" NAME="res" value="">
<INPUT TYPE="submit" onClick="res.value=qty1.value-qty2.value">