SteveSensei
08-12-2008, 09:25 PM
I have a form with 3 fields:
<form>
Purchase Price: <input type="text" name="purchasePrice" size="10">
Sale Price: <input type="text" name="salePrice" size="10">
Profit: <input type="text" name="profit" size="10">
</form>
I'd like the profit field to be automatically filled in once the salePrice field loses focus.
Any help on this would be greatly appreciated.
<form>
Purchase Price: <input type="text" name="purchasePrice" size="10">
Sale Price: <input type="text" name="salePrice" size="10">
Profit: <input type="text" name="profit" size="10">
</form>
I'd like the profit field to be automatically filled in once the salePrice field loses focus.
Any help on this would be greatly appreciated.