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>