Displaying 1 result from an estimated 1 matches for "arinsom".
Did you mean:
arinso
2008 May 08
2
DOM builder and HTML events
Hey guys,
My team is have an issue using the Prototype DOM builder. For some
reason, the onchange event isn''t being registered for an input box.
$(''targetDiv'').update(new Element(''input'',{type:''text'', id:''blah'',
onchange:''alert();''}));
When we insert via the .innerHTML parameter, it works just