O
OM
I've just learnt that I can hide a picture using the following command:
document.getElementById("image0").style.display = "none";
BUT... how do I show the picture again!?
Thanks.
OM
document.getElementById("image0").style.display = "none";
BUT... how do I show the picture again!?
Thanks.
OM