Network, Computer and Programming Resources
Java - Blur
Removes focus from the specified form element. For example, the following line removes focus from feedback: feedback.blur() assuming that feedback is defined as: <input type="text" name="feedback"> Method of password, select, text, textarea. See METHODS focus and select.