Salut, aidez moi s'il vous plait, je veux afficher un truc avec innerHTML mais �a fonctionne pas.
Code php : S�lectionner tout - Visualiser dans une fen�tre � part
1
2
3
4
 
$modify='<td><input type="text" value="test"></td><td><input type="text" value="test"></td>';
//echo $modify; => FONCTIONNE TRÈS BIEN !
echo '<td><img onclick="document.getElementById(\'testlol\').innerHTML = \''.$modify.'\';" src="img.png" style="height:20px;width:20px;"/></tr>';
Fonctionne pas = �a affiche �a :
';" src="img.png" style="height:20px;width:20px;"/>