I\'m writing a form validation script and would like to validate a given field when its onblur event fires. I would also like to use event bubbling so i don\'t have to attac
use 'Focusout' event as it has Bubble up effect..thanks.