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

Peter Brunone peter at brunone.com
Tue Jan 10 09:31:57 CST 2006


What is X?  A global variable?

 From: "Michael Borchers" list at tridemail.de

 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/95a89a13/attachment.htm>


More information about the Javascript mailing list