Code : Tout sélectionner
<td> <img id='image1' src='carte<?php echo $num1?>.jpg' width='170' height='130' style="visibility:hidden" onClick=document.getElementsById('image1').style.visibility='visible'></td>Code : Tout sélectionner
<td> <img id='image1' src='carte<?php echo $num1?>.jpg' width='170' height='130' style="visibility:hidden" onClick=document.getElementsById('image1').style.visibility='visible'></td>Code : Tout sélectionner
<td onClick=document.image1.style.visibility='visible'>
<img id='image1' src='carte<?php echo $num1?>.jpg' width='170' height='130' style="visibility:hidden" >
</td>
Code : Tout sélectionner
<td><img id="image1" src="carte<?php echo $num1?>.jpg" width="170" height="130" style="visibility:hidden" onClick="document.getElementsById('image1').style.visibility='visible'"></td>