I am trying to make an invoice form.
Price, Qty, Extended
i have 20 lines, i want to make a function that i can send argument to when the user goes onKeyUp and onKeyDown, i pass this to the function...
onKeyUp="PriceCalc(this.form,this.name,this.form.price1.value,this.form.qty1.value)"
and it...