Hi I have a div that contains three textboxes , i need a function to be called once the control is out of the div tag, I don\'t want to use the onclick event because the foc
Perhaps an "onChange" event would better serve your needs. I can't think of a situation where the DIV would be clicked, and not the input fields.