comment ajouter onclick à l'élément enfant créé javascript

elemm.onclick = function() { alert('blah'); };
Evil Earthworm