I've just learnt that I can hide a picture using the following command:
document.getEle mentById("image 0").style.displ ay = "none";
BUT... how do I show the picture again!?
Thanks.
OM
document.getEle mentById("image 0").style.displ ay = "none";
BUT... how do I show the picture again!?
Thanks.
OM
Comment