onblur 在对象失去输入焦点时触发。

解决方案 »

  1.   

    blur 使元素失去焦点并触发 onblur 事件。 留个邮箱,发个 DHTML_参考手册.chm 给你!
      

  2.   

    blur Method  Internet Development Index --------------------------------------------------------------------------------Causes the element to lose focus and fires the onblur event.Syntaxobject.blur()
    Return ValueNo return value.ResThis method shifts focus away from the element to which it is applied, but this does not set focus on the next element in the tab order.As of Microsoft® Internet Explorer 5, elements that expose the blur method must have the TABINDEX attribute set.Standards InformationThis method is defined in World Wide Web Consortium (W3C) Document Object Model (DOM) Level 1 .