<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1106" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Verdana color=#008000 size=2>i created an input element 
via</FONT></DIV>
<DIV><FONT face=Verdana color=#008000 
size=2>input=document.createElement("input")</FONT></DIV>
<DIV><FONT face=Verdana color=#008000 size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Verdana color=#008000 size=2>all setAttribute() functions work 
well too.</FONT></DIV>
<DIV><FONT face=Verdana color=#008000 size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Verdana color=#008000 size=2>now i need to set an onBlur() 
function on that input tag,</FONT></DIV>
<DIV><FONT face=Verdana color=#008000 size=2>no prob so far with:</FONT></DIV>
<DIV><FONT face=Verdana color=#008000 size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Verdana color=#008000 size=2>&nbsp;&nbsp;input.onblur=function() 
{ call(X) };</FONT></DIV>
<DIV><FONT face=Verdana color=#008000 size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Verdana color=#008000 size=2>the only problem: the function does 
not receive the value for X.</FONT></DIV>
<DIV><FONT face=Verdana color=#008000 size=2>is that 
normal?!</FONT></DIV></BODY></HTML>