EverythingTech96
New member
I am assuming it means that since onFocus in a text box is when it becomes active that onBlur is when it becomes non-active. Or in other words, when the user clicks outside the box, goes into another box, or leaves the text box in any way. Unfortunately, I can't get this function to work. I put "onBlur="functionName()" and functionName is document.fa.name.value="";, which is supposed to set the value of the field "name" in the form "fa" to nothing, but it doesn't work. Any suggestions are greatly appreciated. Thanks in advance!