check if the image is clicked
Posted: Thu Dec 09, 2010 9:28 pm
if this image is clicked:
<img src="images/del.png" width="15" height="15" onclick="hide(<?php echo $y;?>)">
this image should appear:
<img src="images/undo.png" width="20" height="20" onclick="show(<?php echo $y;?>)" title="undo">
2nd image won't replace the first one, it will appear somewhere else
<img src="images/del.png" width="15" height="15" onclick="hide(<?php echo $y;?>)">
this image should appear:
<img src="images/undo.png" width="20" height="20" onclick="show(<?php echo $y;?>)" title="undo">
2nd image won't replace the first one, it will appear somewhere else