[Javascript] onblur=function() for document.createElement("input")

Michael Borchers list at tridemail.de
Tue Jan 10 09:31:44 CST 2006


i created an input element via
input=document.createElement("input")

all setAttribute() functions work well too.

now i need to set an onBlur() function on that input tag,
no prob so far with:

  input.onblur=function() { call(X) };

the only problem: the function does not receive the value for X.
is that normal?!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.evolt.org/pipermail/javascript/attachments/20060110/729df80f/attachment.htm>


More information about the Javascript mailing list