Ajouter une seule citation dans une chaîne JavaScript innerHTML
document.getElementById("img").innerHTML = '<img src="/sitepath/' + imgg + '.jpg" width="72" height="44" onclick="alert(\'hello\');" />';
Calm Cod