Hello,

I'm new to javascript and need some assistance.
I have 4 text boxes on my html page , I need a javascript client side function , that will add the contents of the 4 textboxes and display the total in a fifth textbox.
I need the total to be calculated on the Lose Focus event of each of the 4 text boxes.

Can someone tell me if this is possible?

Thanks
Dave