I got a quick question for everyone. I am trying to build an employee scheduler and wondering how would I have to code the following feature: if i pick a time from dropdown menu1, lets say 9:00am, and then pick another time from dropdown menu2, lets say 5:00pm, i would like the program to automatically calculate the total time, which would be 8, and put it into a textfield without having to click a submit button. So, in other words, as soon as a value for dropdown menu2 is chosen, the total time would automatically be calculated into the textfield. Any ideas anyone?