Is there a way to fire javascript in a table onBlur?
I have a table that has elements in it (inputboxes, checkboxes, comboboxes) and right now I have an onBlur in each element that runs a script to update the value of the elements to the database. To be more efficiant I wanted to see if I could update the database when the user leaves the table rather than each element in the table. I tried to do a test with the onBlur of the table but it didnt fire so I was wondering if it was even possible... anyone know?
Thanks
Michael