ONFOCUS and ONBLUR attributes for LABEL elements ONFOCUS and ONBLUR events for LABEL controls ONFOCUS &hspec; ONFOCUS ONBLUR &hspec; ONBLUR LABEL &hspec; LABEL Dominique Kilman Colin Koteles Using the keyboard or an assistive technology that emulates the keyboard, move focus to the input control label to trigger the onFocus event. Using the keyboard or an assistive technology that emulates the keyboard, move focus off the input control label to trigger the onBlur event.
red star
A red star appears in the box when the input button label receives focus. The red star disappears when the input button label loses focus. function focusTest (img) { document.redStar.src = img } function blurTest (img) { document.redStar.src = img }