如何在javascript中为onblur事件动态调用该函数

时间:2011-06-05 14:26:18

标签: javascript javascript-events

  

可能重复:
  Why does an onclick property set with setAttribute fail to work in IE?
  Key press event is not working in mozilla fire fox.

inp6.setAttribute("onblur","func1("+mb+")");//one way 
inp6.setAttribute("onblur",func1("+mb+"));//2nd waay 

如何在javascript

中的元素模糊时调用我的自定义函数func1()

0 个答案:

没有答案